pathakDev10 commited on
Commit
c01f047
·
1 Parent(s): dd1baa0

update dockerfile

Browse files
Files changed (2) hide show
  1. Dockerfile +1 -2
  2. __pycache__/app.cpython-312.pyc +0 -0
Dockerfile CHANGED
@@ -16,8 +16,7 @@ hf_hub_download(\
16
  repo_id='Qwen/Qwen2.5-1.5B-Instruct-GGUF', \
17
  filename='qwen2.5-1.5b-instruct-q4_k_m.gguf', \
18
  local_dir='.', \
19
- local_dir_use_symlinks=False, \
20
- token='$HF_TOKEN'\
21
  )"
22
 
23
  COPY --chown=user . /app
 
16
  repo_id='Qwen/Qwen2.5-1.5B-Instruct-GGUF', \
17
  filename='qwen2.5-1.5b-instruct-q4_k_m.gguf', \
18
  local_dir='.', \
19
+ local_dir_use_symlinks=False \
 
20
  )"
21
 
22
  COPY --chown=user . /app
__pycache__/app.cpython-312.pyc CHANGED
Binary files a/__pycache__/app.cpython-312.pyc and b/__pycache__/app.cpython-312.pyc differ