Skip to content

Commit

Permalink
Merge pull request #310 from carterbox/container
Browse files Browse the repository at this point in the history
CI: BUG: Remove quotes from around arguments
  • Loading branch information
carterbox committed May 17, 2024
2 parents c3c02ad + 8f71a41 commit 1bff99d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apptainer/tike.def
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ Bootstrap: docker
From: registry.fedoraproject.org/fedora-minimal:40-{{ target_arch }}

%arguments
target_arch="x86_64"
cuda_version="12.0"
tike_version="main"
target_arch=x86_64
cuda_version=12.0
tike_version=main

%post
curl -L -o conda-installer.sh https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Linux-{{ target_arch }}.sh
Expand Down

0 comments on commit 1bff99d

Please sign in to comment.