Skip to content

Commit

Permalink
Merge pull request #344 from dodona-edu/fix/sql-judge
Browse files Browse the repository at this point in the history
Downgrade numpy in sql judge
  • Loading branch information
jorg-vr authored Dec 15, 2024
2 parents cfe5212 + 85bb930 commit 60c8196
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dodona-sqlite.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12.3-slim-bullseye
FROM python:3.12.4-slim-bullseye

RUN apt-get update && \
# install procps, otherwise pkill cannot be not found
Expand All @@ -14,6 +14,7 @@ RUN apt-get update && \
chown -R runner:runner /mnt && \
pip install --no-cache-dir --upgrade \
pandas==2.1.1 \
numpy==1.26.4 \
sqlparse==0.4.4

USER runner
Expand Down

0 comments on commit 60c8196

Please sign in to comment.