Xenobd commited on
Commit
ef5f5c5
·
verified ·
1 Parent(s): 242600e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -3
Dockerfile CHANGED
@@ -37,8 +37,7 @@ RUN huggingface-cli login --token $HF_TOKEN || true
37
  RUN huggingface-cli download HF1BitLLM/Llama3-8B-1.58-100B-tokens --local-dir models/Llama3-8B-1.58-100B-tokens
38
  RUN python setup_env.py -md models/Llama3-8B-1.58-100B-tokens -q i2_s
39
 
40
- # Build C++ runtime
41
- RUN mkdir -p build && cd build && cmake .. && make -j$(nproc)
42
 
43
  # Default command
44
- CMD ["python3", "app.py"]
 
37
  RUN huggingface-cli download HF1BitLLM/Llama3-8B-1.58-100B-tokens --local-dir models/Llama3-8B-1.58-100B-tokens
38
  RUN python setup_env.py -md models/Llama3-8B-1.58-100B-tokens -q i2_s
39
 
40
+
 
41
 
42
  # Default command
43
+ CMD ["python3", "app.py"]