Spaces:
Runtime error
Runtime error
thejagstudio
commited on
Commit
•
ede6c6c
1
Parent(s):
3fa39f1
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -7,6 +7,7 @@ RUN python3 -m venv /code/venv
|
|
7 |
COPY ./requirements.txt /code/requirements.txt
|
8 |
RUN /code/venv/bin/pip install --upgrade pip
|
9 |
RUN /code/venv/bin/pip install -r /code/requirements.txt
|
|
|
10 |
COPY . .
|
11 |
ENV PATH="/code/venv/bin:$PATH"
|
12 |
EXPOSE 7860
|
|
|
7 |
COPY ./requirements.txt /code/requirements.txt
|
8 |
RUN /code/venv/bin/pip install --upgrade pip
|
9 |
RUN /code/venv/bin/pip install -r /code/requirements.txt
|
10 |
+
RUN /code/venv/bin/pip install git+https://github.com/arvidn/libtorrent.git
|
11 |
COPY . .
|
12 |
ENV PATH="/code/venv/bin:$PATH"
|
13 |
EXPOSE 7860
|