avfranco commited on
Commit
f020b21
·
1 Parent(s): b504002

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

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -30,4 +30,4 @@ 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-docker-demo/main.py"]
 
30
  COPY ./requirements.txt .
31
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
32
 
33
+ CMD ["python", "./ea4all-docker/main.py"]