Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -5,6 +5,7 @@ FROM ghcr.io/xerxes-2/clewdr:latest
|
|
| 5 |
# Use PORT env var from Hugging Face or default to 7860
|
| 6 |
ENV CLEWDR_IP=0.0.0.0
|
| 7 |
ENV CLEWDR_PORT=${PORT:-7860}
|
|
|
|
| 8 |
|
| 9 |
# Expose the port that Hugging Face expects
|
| 10 |
EXPOSE ${PORT:-7860}
|
|
|
|
| 5 |
# Use PORT env var from Hugging Face or default to 7860
|
| 6 |
ENV CLEWDR_IP=0.0.0.0
|
| 7 |
ENV CLEWDR_PORT=${PORT:-7860}
|
| 8 |
+
ENV CLEWDR_NO_FS=TRUE
|
| 9 |
|
| 10 |
# Expose the port that Hugging Face expects
|
| 11 |
EXPOSE ${PORT:-7860}
|