Skip to content

Commit

Permalink
Merge pull request #102 from jeremiahpslewis/jeremiahpslewis-patch-8
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
jeremiahpslewis authored Sep 20, 2024
2 parents 11dce5c + ab237d3 commit 79fb912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ENV JULIA_PATH=/usr/local/julia
ENV JULIA_DEPOT_PATH=/depot
ENV JULIA_PROJECT=/algcomp

COPY . /
COPY . /algcomp

RUN julia --project=/algcomp -e 'using Pkg; Pkg.instantiate(); Pkg.precompile(); using AlgorithmicCompetition'

Expand Down

0 comments on commit 79fb912

Please sign in to comment.