Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +0 -2
Dockerfile
CHANGED
@@ -17,7 +17,6 @@ RUN apt-get update && apt-get install -y \
|
|
17 |
|
18 |
WORKDIR /code
|
19 |
|
20 |
-
COPY ./requirements.txt /code/requirements.txt
|
21 |
|
22 |
# User
|
23 |
RUN useradd -m -u 1000 user
|
@@ -39,7 +38,6 @@ RUN pyenv install $PYTHON_VERSION && \
|
|
39 |
datasets \
|
40 |
huggingface-hub "protobuf<4" "click<8.1"
|
41 |
|
42 |
-
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
43 |
# PyTorch installation with CUDA 12.1 support
|
44 |
|
45 |
# Set the working directory to /data if USE_PERSISTENT_DATA is set, otherwise set to $HOME/app
|
|
|
17 |
|
18 |
WORKDIR /code
|
19 |
|
|
|
20 |
|
21 |
# User
|
22 |
RUN useradd -m -u 1000 user
|
|
|
38 |
datasets \
|
39 |
huggingface-hub "protobuf<4" "click<8.1"
|
40 |
|
|
|
41 |
# PyTorch installation with CUDA 12.1 support
|
42 |
|
43 |
# Set the working directory to /data if USE_PERSISTENT_DATA is set, otherwise set to $HOME/app
|