Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
|
@@ -25,8 +25,7 @@ COPY . /BitNet
|
|
| 25 |
WORKDIR /BitNet
|
| 26 |
|
| 27 |
# Install Python dependencies
|
| 28 |
-
RUN pip install
|
| 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
|