Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Julia version in docker file #161

Merged
merged 1 commit into from
Jan 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker/Dockerfile.api
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM julia:1.9
FROM julia:1.10
WORKDIR /sciml-service

# Install SimulationService.jl
Expand Down
4 changes: 0 additions & 4 deletions docker/docker_precompile.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
using SimulationService
import ModelingToolkit: ODESystem
import JSON3
import HTTP
SimulationService.amr_get(JSON3.read(HTTP.get("https://raw.githubusercontent.com/DARPA-ASKEM/simulation-integration/main/data/models/sidarthe.json").body).configuration, ODESystem)
Loading