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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -25,8 +25,7 @@ COPY . /BitNet
25
  WORKDIR /BitNet
26
 
27
  # Install Python dependencies
28
- RUN pip install --upgrade pip && \
29
- if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
30
 
31
  # Hugging Face CLI setup
32
  RUN pip install huggingface_hub
 
25
  WORKDIR /BitNet
26
 
27
  # Install Python dependencies
28
+ RUN pip install -r ./requirements.txt
 
29
 
30
  # Hugging Face CLI setup
31
  RUN pip install huggingface_hub