lavanjv commited on
Commit
0b18a30
·
1 Parent(s): 7d95607

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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
- RUN huggingface-cli login --token $HUGGINGFACE_TOKEN
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"]