Skip to content

Commit 7965c6d

Browse files
authored
Run conda activate in entrypoint
1 parent f8079fc commit 7965c6d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

context/entrypoint.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ https://developer.download.nvidia.com/licenses/NVIDIA_Deep_Learning_Container_Li
1010
1111
EOF
1212

13+
conda activate
14+
1315
if [ -e "/home/rapids/environment.yml" ]; then
1416
echo "environment.yml found. Installing packages."
1517
timeout ${CONDA_TIMEOUT:-600} mamba env update -n base -y -f /home/rapids/environment.yml || exit $?

0 commit comments

Comments
 (0)