Spaces:
Build error
Build error
Relocate Dockerfile
Browse files
Dockerfile → docker/Dockerfile
RENAMED
|
@@ -31,7 +31,7 @@ RUN chown -R appuser:appuser /app && \
|
|
| 31 |
USER appuser
|
| 32 |
|
| 33 |
# Install dependencies in a virtual environment
|
| 34 |
-
RUN pdm install --prod --
|
| 35 |
|
| 36 |
# Expose Gradio port
|
| 37 |
EXPOSE 7860
|
|
|
|
| 31 |
USER appuser
|
| 32 |
|
| 33 |
# Install dependencies in a virtual environment
|
| 34 |
+
RUN pdm install --prod --frozen-lockfile
|
| 35 |
|
| 36 |
# Expose Gradio port
|
| 37 |
EXPOSE 7860
|