thejagstudio commited on
Commit
7d2e057
·
verified ·
1 Parent(s): a197417

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -1,7 +1,6 @@
1
  FROM nvidia/cuda:11.3.1-base-ubuntu20.04
2
  WORKDIR /usr/src/app
3
  COPY requirements.txt ./
4
- RUN python -m pip install --upgrade pip setuptools wheel
5
  RUN python -m pip install lbry-libtorrent
6
  RUN python -m pip install libtorrent
7
  RUN pip install -r requirements.txt
 
1
  FROM nvidia/cuda:11.3.1-base-ubuntu20.04
2
  WORKDIR /usr/src/app
3
  COPY requirements.txt ./
 
4
  RUN python -m pip install lbry-libtorrent
5
  RUN python -m pip install libtorrent
6
  RUN pip install -r requirements.txt