Skip to content

Commit

Permalink
update job
Browse files Browse the repository at this point in the history
  • Loading branch information
syrkis committed Jun 15, 2024
1 parent a9183a4 commit 373c3b2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ RUN python3.11 -m pip install --upgrade \
ENV PYGLFW_PREVIEW=1

# Set the default python version
RUN update-alternatives --install /usr/bin/python python /usr/bin/python3.11 1
RUN update-alternatives --install /usr/bin/python python /usr/bin/python3.11 1
3 changes: 0 additions & 3 deletions jobs/main.job
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
#SBATCH --mem=30G # memory
#SBATCH --account=students # account


module --ignore-cache load singularity/3.4.1
module --ignore-cache load CUDA/11.7.0
module --ignore-cache load cuDNN/8.4.1.50-CUDA-11.7.0

srun singularity exec --nv container.sif python3.11 main.py

0 comments on commit 373c3b2

Please sign in to comment.