Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -25,6 +25,6 @@ COPY --chown=user requirements.txt .
|
|
25 |
|
26 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
27 |
|
28 |
-
COPY --chown=user
|
29 |
|
30 |
ENTRYPOINT ["solara", "run", "sol.py", "--host=0.0.0.0", "--port", "7860"]
|
|
|
25 |
|
26 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
27 |
|
28 |
+
COPY --chown=user sol.py sol.py
|
29 |
|
30 |
ENTRYPOINT ["solara", "run", "sol.py", "--host=0.0.0.0", "--port", "7860"]
|