Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -13,7 +13,7 @@ RUN pip install --no-cache-dir --upgrade pip
|
|
13 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
14 |
|
15 |
RUN echo "pack_install(janus)." > packs.pl
|
16 |
-
RUN swipl
|
17 |
RUN python -c "import janus_swi as janus"
|
18 |
|
19 |
COPY . /app
|
|
|
13 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
14 |
|
15 |
RUN echo "pack_install(janus)." > packs.pl
|
16 |
+
RUN swipl -g pack_install(janus) -t halt.
|
17 |
RUN python -c "import janus_swi as janus"
|
18 |
|
19 |
COPY . /app
|