Spaces:
Running
Running
Upload Dockerfile
Browse files- Dockerfile +3 -3
Dockerfile
CHANGED
@@ -36,9 +36,9 @@ RUN pyenv install $PYTHON_VERSION && \
|
|
36 |
pip install --no-cache-dir --upgrade pip setuptools wheel && \
|
37 |
pip install --no-cache-dir \
|
38 |
datasets \
|
39 |
-
huggingface-hub "protobuf<4" "click<8.1"
|
40 |
-
pip install huggingface_hub["cli"] && \
|
41 |
-
huggingface-cli delete-cache
|
42 |
|
43 |
|
44 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
|
|
36 |
pip install --no-cache-dir --upgrade pip setuptools wheel && \
|
37 |
pip install --no-cache-dir \
|
38 |
datasets \
|
39 |
+
huggingface-hub "protobuf<4" "click<8.1"
|
40 |
+
#pip install huggingface_hub["cli"] && \
|
41 |
+
#huggingface-cli delete-cache
|
42 |
|
43 |
|
44 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|