Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -3,7 +3,7 @@ WORKDIR /usr/src/app
|
|
3 |
COPY requirements.txt ./
|
4 |
RUN pip install --upgrade pip setuptools wheel
|
5 |
RUN pip install lbry-libtorrent
|
6 |
-
RUN pip install
|
7 |
RUN pip install -r requirements.txt
|
8 |
COPY . .
|
9 |
EXPOSE 7860
|
|
|
3 |
COPY requirements.txt ./
|
4 |
RUN pip install --upgrade pip setuptools wheel
|
5 |
RUN pip install lbry-libtorrent
|
6 |
+
RUN pip install python3-libtorrent
|
7 |
RUN pip install -r requirements.txt
|
8 |
COPY . .
|
9 |
EXPOSE 7860
|