szymonrucinski commited on
Commit
45f0196
·
verified ·
1 Parent(s): 2c5676f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -21,6 +21,7 @@ EXPOSE 7860
21
  # Set the FILENAME environment variable
22
  ENV FILENAME="krakowiak-7B-v2-gguf.Q8_0.bin"
23
  ENV REPO_ID="szymonrucinski/Krakowiak-7B-v2-GGUF"
 
24
  RUN huggingface-cli login --token $TOKEN --add-to-git-credential
25
  # Command to run the application
26
  CMD ["python", "-u", "app.py"]
 
21
  # Set the FILENAME environment variable
22
  ENV FILENAME="krakowiak-7B-v2-gguf.Q8_0.bin"
23
  ENV REPO_ID="szymonrucinski/Krakowiak-7B-v2-GGUF"
24
+ RUN echo $TOKEN
25
  RUN huggingface-cli login --token $TOKEN --add-to-git-credential
26
  # Command to run the application
27
  CMD ["python", "-u", "app.py"]