Spaces:
Sleeping
Sleeping
ea4all-docker-load-private-from-public-spaces
Browse files- Dockerfile +3 -1
Dockerfile
CHANGED
@@ -30,4 +30,6 @@ RUN git clone https://avfranco:$(cat cli_token)@huggingface.co/spaces/avfranco/e
|
|
30 |
COPY ./requirements.txt .
|
31 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
32 |
|
33 |
-
|
|
|
|
|
|
30 |
COPY ./requirements.txt .
|
31 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
32 |
|
33 |
+
WORKDIR $HOME/app/ea4all-agent
|
34 |
+
|
35 |
+
CMD ["python", "app.py"]
|