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

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 lbry-libtorrent
5
  RUN python -m pip install libtorrent
6
  RUN pip install -r requirements.txt
7
  COPY . .
 
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 libtorrent
5
  RUN pip install -r requirements.txt
6
  COPY . .