Xenobd commited on
Commit
de944f0
·
verified ·
1 Parent(s): 6b9ca89

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -3
Dockerfile CHANGED
@@ -29,9 +29,9 @@ WORKDIR /BitNet
29
  RUN python3 -m venv $VENV_PATH
30
 
31
  # Upgrade pip and install dependencies inside venv
32
- RUN python3 -m pip3 install --upgrade pip
33
- RUN python3 -m pip3 install -r requirements.txt
34
- RUN python3 -m pip3 install huggingface_hub
35
 
36
  # Optional: Hugging Face token
37
  ARG HF_TOKEN
 
29
  RUN python3 -m venv $VENV_PATH
30
 
31
  # Upgrade pip and install dependencies inside venv
32
+ RUN python3 -m pip install --upgrade pip
33
+ RUN python3 -m pip install -r requirements.txt
34
+ RUN python3 -m pip install huggingface_hub
35
 
36
  # Optional: Hugging Face token
37
  ARG HF_TOKEN