Skip to content
Open
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
4 changes: 2 additions & 2 deletions Apptainer.def
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Build an Apptainer SIF file containing a working copy of PySR and its prereqs
Bootstrap: docker
From: julia:1.11.1-bullseye
From: julia:1.11.6-bullseye
Stage: jl

Bootstrap: docker
From: python:3.12.6-bullseye
From: python:3.12.11-bullseye
Stage: runtime

%environment
Expand Down
Loading