Skip to content

Commit

Permalink
Include install eval deps in final image (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisLovering authored Aug 31, 2023
1 parent 7303301 commit ae18976
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ae18976

Please sign in to comment.