Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -34,7 +34,7 @@ USER myuser
|
|
34 |
RUN --mount=type=secret,id=HUGGINGFACE_TOKEN,mode=0444,required=true \
|
35 |
echo "HUGGINGFACE_TOKEN=$(cat /run/secrets/HUGGINGFACE_TOKEN)" > .env
|
36 |
|
37 |
-
|
38 |
|
39 |
# Step 6: Define the entry point command
|
40 |
CMD ["flask", "run", "--host=0.0.0.0", "--port=7860"]
|
|
|
34 |
RUN --mount=type=secret,id=HUGGINGFACE_TOKEN,mode=0444,required=true \
|
35 |
echo "HUGGINGFACE_TOKEN=$(cat /run/secrets/HUGGINGFACE_TOKEN)" > .env
|
36 |
|
37 |
+
|
38 |
|
39 |
# Step 6: Define the entry point command
|
40 |
CMD ["flask", "run", "--host=0.0.0.0", "--port=7860"]
|