Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
@@ -12,8 +12,7 @@ COPY ./requirements.txt requirements.txt
|
|
12 |
RUN pip install --no-cache-dir --upgrade pip
|
13 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
14 |
|
15 |
-
RUN find / -name janus-*.
|
16 |
-
RUN find / -name janus-*.tgz 2> >(grep -v 'Permission denied' >&2)
|
17 |
|
18 |
RUN git clone https://github.com/SWI-Prolog/packages-swipy.git
|
19 |
RUN mv packages-swipy/janus/janus.pl .
|
|
|
12 |
RUN pip install --no-cache-dir --upgrade pip
|
13 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
14 |
|
15 |
+
RUN find / -name janus-*.tgz
|
|
|
16 |
|
17 |
RUN git clone https://github.com/SWI-Prolog/packages-swipy.git
|
18 |
RUN mv packages-swipy/janus/janus.pl .
|