Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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
|
| 33 |
-
RUN python3 -m
|
| 34 |
-
RUN python3 -m
|
| 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
|