Skip to content

Commit

Permalink
Merge pull request #1072 from StochSS/revert-1071-julia-plots
Browse files Browse the repository at this point in the history
Revert "Julia Plots"
  • Loading branch information
seanebum authored Mar 9, 2021
2 parents 935f319 + 2a73f43 commit 7db230a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ USER jovyan
ENV PATH="/usr/local/julia-1.4.2/bin:${PATH}"

RUN julia -e 'using Pkg; Pkg.add("IJulia")'
RUN julia -e 'using Pkg; Pkg.add("Plots")'
RUN julia -e 'using Pkg; Pkg.add(PackageSpec(url="https://github.com/stochss/gillespy2lia", rev="main"))'

RUN pip install --no-cache-dir -e .
Expand Down

0 comments on commit 7db230a

Please sign in to comment.