cigol123 commited on
Commit
1bb7791
·
verified ·
1 Parent(s): 93ccc6b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -8,8 +8,8 @@ ENV PATH="/home/user/.local/bin:$PATH"
8
 
9
  WORKDIR /app
10
 
11
- # Download YugoGPT model with exact path
12
- RUN wget https://huggingface.co/cigol123/YugoGPT-Q4_0-GGUF/resolve/main/YugoGPT-q4_0.gguf
13
 
14
  COPY --chown=user ./requirements.txt requirements.txt
15
 
 
8
 
9
  WORKDIR /app
10
 
11
+ # Download with correct filename
12
+ RUN wget https://huggingface.co/cigol123/YugoGPT-Q4_0-GGUF/resolve/main/yugogpt-q4_0.gguf
13
 
14
  COPY --chown=user ./requirements.txt requirements.txt
15