Spaces:
Runtime error
Runtime error
root
commited on
Commit
·
08f5461
1
Parent(s):
1fa8a29
add
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -9,7 +9,7 @@ RUN apt update && apt install -y \
|
|
| 9 |
libglib2.0-dev \
|
| 10 |
git
|
| 11 |
|
| 12 |
-
RUN git clone https://github.com/LiteraturePro/MODNet.git && cp -r MODNet/* ./
|
| 13 |
|
| 14 |
RUN pip install --upgrade pip && pip install -r requirements.txt
|
| 15 |
|
|
|
|
| 9 |
libglib2.0-dev \
|
| 10 |
git
|
| 11 |
|
| 12 |
+
RUN git clone https://github.com/LiteraturePro/MODNet.git && cp -r MODNet/* ./ && ls
|
| 13 |
|
| 14 |
RUN pip install --upgrade pip && pip install -r requirements.txt
|
| 15 |
|