reasonwang commited on
Commit
f58c79d
·
1 Parent(s): 6ad7804

Update docker

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -27,6 +27,8 @@ WORKDIR $HOME/app
27
 
28
  # COPY --chown=user ./requirements.txt requirements.txt
29
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
 
 
30
 
31
  # COPY --chown=1000 ./ /app
32
  CMD ["python", "app.py"]
 
27
 
28
  # COPY --chown=user ./requirements.txt requirements.txt
29
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
30
+ RUN bash /data/OpenAgent/run_toolgen_service.sh >> /data/OpenAgent/log.txt 2>&1 &
31
+ RUN bash /data/StableToolBench/run_stabletoolbench_service.sh >> /data/StableToolBench/log.txt 2>&1 &
32
 
33
  # COPY --chown=1000 ./ /app
34
  CMD ["python", "app.py"]