zhengr commited on
Commit
b299a1e
·
verified ·
1 Parent(s): 8d38c43

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -3
Dockerfile CHANGED
@@ -30,9 +30,9 @@ ENV HOME=/home/user \
30
  #RUN mkdir $HOME/models && cd $HOME/models
31
  # Set the working directory to the user's home directory
32
  WORKDIR $HOME/models
33
- ADD --chown=user https://huggingface.co/second-state/Nomic-embed-text-v1.5-Embedding-GGUF/resolve/main/nomic-embed-text-v1.5-f16.gguf $HOME/models
34
- #RUN curl -LO https://huggingface.co/second-state/Llama-3-8B-Instruct-GGUF/resolve/main/Meta-Llama-3-8B-Instruct-Q5_K_M.gguf
35
- #RUN curl -LO https://huggingface.co/second-state/Nomic-embed-text-v1.5-Embedding-GGUF/resolve/main/nomic-embed-text-v1.5-f16.gguf
36
 
37
  # Set the working directory to the user's home directory
38
  WORKDIR $HOME/app
 
30
  #RUN mkdir $HOME/models && cd $HOME/models
31
  # Set the working directory to the user's home directory
32
  WORKDIR $HOME/models
33
+ #ADD --chown=user https://huggingface.co/second-state/Nomic-embed-text-v1.5-Embedding-GGUF/resolve/main/nomic-embed-text-v1.5-f16.gguf $HOME/models
34
+ RUN curl -LO https://huggingface.co/second-state/Llama-3-8B-Instruct-GGUF/resolve/main/Meta-Llama-3-8B-Instruct-Q5_K_M.gguf
35
+ RUN curl -LO https://huggingface.co/second-state/Nomic-embed-text-v1.5-Embedding-GGUF/resolve/main/nomic-embed-text-v1.5-f16.gguf
36
 
37
  # Set the working directory to the user's home directory
38
  WORKDIR $HOME/app