kadirnar commited on
Commit
75e1493
1 Parent(s): 07628e5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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