Kangarroar commited on
Commit
5bac10c
1 Parent(s): 7910280

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -8,7 +8,6 @@ WORKDIR /app
8
  COPY ./requirements.txt /app/requirements.txt
9
  COPY ./packages.txt /app/packages.txt
10
  RUN pip install torch==1.12.1+cu113 torchvision==0.13.1+cu113 torchaudio==0.12.1+cu113 -f https://download.pytorch.org/whl/cu113/torch_stable.html
11
- RUN pip install --no-cache-dir -r /app/packages.txt
12
  RUN pip install --no-cache-dir -r /app/requirements.txt
13
  RUN pip install --no-cache-dir numba==0.56.3
14
  RUN pip install --upgrade pip setuptools wheel
 
8
  COPY ./requirements.txt /app/requirements.txt
9
  COPY ./packages.txt /app/packages.txt
10
  RUN pip install torch==1.12.1+cu113 torchvision==0.13.1+cu113 torchaudio==0.12.1+cu113 -f https://download.pytorch.org/whl/cu113/torch_stable.html
 
11
  RUN pip install --no-cache-dir -r /app/requirements.txt
12
  RUN pip install --no-cache-dir numba==0.56.3
13
  RUN pip install --upgrade pip setuptools wheel