Skip to content

Commit

Permalink
add support julia
Browse files Browse the repository at this point in the history
  • Loading branch information
LuisHDantas committed Apr 18, 2024
1 parent 4c373e4 commit 24d37af
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions julia/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM julia:latest
FROM julia:1.10-bookworm

# Load base executables
COPY --from=ghcr.io/runcodes-icmc/compiler-images-base:latest /usr/bin/monitor /usr/bin/monitor
Expand All @@ -24,4 +24,4 @@ RUN rm /tmp/script.sh

WORKDIR /root

CMD ["/usr/bin/runcodes"] # Use CMD with a list for shell arguments
CMD ["/usr/bin/runcodes"]
4 changes: 4 additions & 0 deletions julia/julia-script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@ then
run_command="julia ${src_file}"
fi

monitor_max_fs=67108864
monitor_max_ms=1073741824
compilation_timeout=60

run_tests "$run_command"

0 comments on commit 24d37af

Please sign in to comment.