Kangarroar commited on
Commit
dc96bbe
1 Parent(s): 52a9403

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,7 +8,7 @@ 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 apt-get update && xargs -r -a /app/packages.txt apt-get install -y && rm -rf /var/lib/apt/lists/*
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 apt-get update -r -a /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