Spaces:
Running
Running
ea4all-docker-load-private-from-public-spaces
Browse files- 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"]
|