Skip to content
Snippets Groups Projects
Commit 19b5f625 authored by Dutta, Ayushi (PG/R - Comp Sci & Elec Eng)'s avatar Dutta, Ayushi (PG/R - Comp Sci & Elec Eng)
Browse files

u

parent f0cbdbc5
No related branches found
No related tags found
No related merge requests found
Pipeline #102038 failed
...@@ -15,8 +15,8 @@ From: nvidia/cuda:11.8.0-cudnn8-runtime-ubuntu22.04 ...@@ -15,8 +15,8 @@ From: nvidia/cuda:11.8.0-cudnn8-runtime-ubuntu22.04
bash miniconda.sh -b -p /opt/conda bash miniconda.sh -b -p /opt/conda
rm miniconda.sh rm miniconda.sh
export PATH=/opt/conda/bin:$PATH export PATH=/opt/conda/bin:$PATH
source /opt/conda/etc/profile.d/conda.sh source /opt/conda/etc/profile.d/conda.sh # Non - interactive sessions we need this
conda init bash conda init bash # For future interactive sessions, optional
# Conda environment # Conda environment
git clone https://github.com/snuvclab/gala.git git clone https://github.com/snuvclab/gala.git
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment