Spaces:
Runtime error
Runtime error
Commit ·
7247905
1
Parent(s): 5db10a1
Debug
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -29,6 +29,8 @@ WORKDIR $HOME/app
|
|
| 29 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
| 30 |
|
| 31 |
RUN chmod +x start_service.sh
|
|
|
|
|
|
|
| 32 |
ENV SHELL=/usr/bin/bash
|
| 33 |
|
| 34 |
# COPY --chown=1000 ./ /app
|
|
|
|
| 29 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
| 30 |
|
| 31 |
RUN chmod +x start_service.sh
|
| 32 |
+
RUN chmod +x /data/OpenAgent/run_toolgen_service.sh
|
| 33 |
+
RUN chmod +x /data/StableToolBench/run_stabletoolbench_service.sh
|
| 34 |
ENV SHELL=/usr/bin/bash
|
| 35 |
|
| 36 |
# COPY --chown=1000 ./ /app
|