Spaces:

npc0 commited on
Commit
28ab2d4
1 Parent(s): a661ffb

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 packs.pl
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