Spaces:

npc0 commited on
Commit
f27d830
1 Parent(s): cdb36a7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -12,7 +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 swipl -g "pack_install(janus)" -t halt.
16
  RUN python -c "import janus_swi as janus"
17
 
18
  COPY . /app
 
12
  RUN pip install --no-cache-dir --upgrade pip
13
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
14
 
15
+ RUN echo 1 | swipl pack install janus
16
  RUN python -c "import janus_swi as janus"
17
 
18
  COPY . /app