avfranco commited on
Commit
e633161
·
1 Parent(s): e7698db

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

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -23,4 +23,4 @@ RUN git clone https://huggingface.co/spaces/avfranco/ea4all-docker-demo
23
  COPY ./requirements.txt .
24
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
25
 
26
- CMD ["python", "main.py"]
 
23
  COPY ./requirements.txt .
24
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
25
 
26
+ CMD ["python", "./ea4all-docker-demo/main.py"]