Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -30,7 +30,7 @@ RUN pip freeze > /tmp/freeze.txt
|
|
| 30 |
RUN pip install --no-cache-dir gradio[oauth]==4.38.1 "uvicorn>=0.14.0" spaces
|
| 31 |
|
| 32 |
# Copy application files and set correct ownership
|
| 33 |
-
COPY --link --chown=1001 ./ /home/user/app
|
| 34 |
|
| 35 |
#EXPOSE 7860
|
| 36 |
|
|
|
|
| 30 |
RUN pip install --no-cache-dir gradio[oauth]==4.38.1 "uvicorn>=0.14.0" spaces
|
| 31 |
|
| 32 |
# Copy application files and set correct ownership
|
| 33 |
+
COPY --link --chown=1001:1001 ./ /home/user/app
|
| 34 |
|
| 35 |
#EXPOSE 7860
|
| 36 |
|