diff options
author | 2023-08-31 22:42:01 +0100 | |
---|---|---|
committer | 2023-08-31 22:42:01 +0100 | |
commit | ae18976736474a346644d2f67095326d69dd75c1 (patch) | |
tree | 38526c5a6fee5ea90d56b5a4b09a716043c7c488 /Dockerfile | |
parent | Make CI and deployment.yaml share the same dependency install script (#190) (diff) |
Include install eval deps in final image (#191)
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -66,6 +66,7 @@ RUN chmod +x /usr/sbin/nsjail \ FROM base as venv COPY --link requirements/ /snekbox/requirements/ +COPY --link scripts/install_eval_deps.sh /snekbox/scripts/install_eval_deps.sh WORKDIR /snekbox RUN pip install -U -r requirements/requirements.pip |