Skip to content

Commit

Permalink
Update firsttime.sh -y option
Browse files Browse the repository at this point in the history
  • Loading branch information
carlos-encs authored May 3, 2024
1 parent 9f4f843 commit 930a5f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/jupyterlabs/firsttime.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module load anaconda3/2023.03/default
setenv TMPDIR /speed-scratch/$USER/tmp
setenv TMP /speed-scratch/$USER/tmp
setenv CONDA_PKGS_DIRS /speed-scratch/$USER/Jupyter/pkgs
conda create -p /speed-scratch/$USER/Jupyter/jupyter-env
conda create -p /speed-scratch/$USER/Jupyter/jupyter-env -y
conda activate /speed-scratch/$USER/Jupyter/jupyter-env
conda install -c conda-forge jupyterlab
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
conda install -c conda-forge jupyterlab -y
pip3 install -y torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118

0 comments on commit 930a5f1

Please sign in to comment.