Skip to content

Commit

Permalink
fix(esi-shell): avoid building code (OptiX) on shell startup (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
plexoos committed Mar 25, 2024
1 parent 4cb9d19 commit 76320cf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions esi-shell
Original file line number Diff line number Diff line change
Expand Up @@ -272,11 +272,9 @@ then
if [[ -d $WORKDIR/.opticks ]]
then
ohai "Found existing $WORKDIR/.opticks. Will use it"
docker exec -it $CONTAINER_ID bash -l -c 'opticks-full-make &> /dev/null'
else
ohai "Creating new $WORKDIR/.opticks required by opticks"
docker exec -it $CONTAINER_ID sh -c 'cp -r $ESI_DIR/.opticks $HOME/'
docker exec -it $CONTAINER_ID bash -l -c 'opticks-full &> /dev/null'
fi
docker exec -it $CONTAINER_ID /opt/nvidia/nvidia_entrypoint.sh
Expand Down

0 comments on commit 76320cf

Please sign in to comment.