Spaces:
Runtime error
Runtime error
szymonrucinski
commited on
Commit
•
e7dca3e
1
Parent(s):
45f0196
Update Dockerfile
Browse files- Dockerfile +0 -2
Dockerfile
CHANGED
@@ -21,7 +21,5 @@ 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 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"]
|
|
|
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 |
# Command to run the application
|
25 |
CMD ["python", "-u", "app.py"]
|