aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2023-08-31 22:42:01 +0100
committerGravatar GitHub <[email protected]>2023-08-31 22:42:01 +0100
commitae18976736474a346644d2f67095326d69dd75c1 (patch)
tree38526c5a6fee5ea90d56b5a4b09a716043c7c488 /Dockerfile
parentMake 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--Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 6b5e2f6..4fe056d 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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