avfranco commited on
Commit
5cb2a64
·
1 Parent(s): ee8da9f

ea4all-docker-load-private-from-public-spaces

Browse files
Files changed (1) hide show
  1. 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
- CMD ["python", "./ea4all-agent/app.py"]
 
 
 
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"]