Skip to content

Commit

Permalink
fix: bump eic-opticks revision (#140) (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
plexoos authored Feb 25, 2025
1 parent 924870f commit acae017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ COPY . .
COPY NVIDIA-OptiX-SDK-7.6.0-linux64-x86_64.sh .

RUN mkdir -p $OPTIX_DIR && ./NVIDIA-OptiX-SDK-7.6.0-linux64-x86_64.sh --skip-license --prefix=$OPTIX_DIR
RUN mkdir -p $OPTICKS_HOME && curl -sL https://github.com/BNLNPPS/eic-opticks/archive/b6e8cdb1.tar.gz | tar -xz --strip-components 1 -C $OPTICKS_HOME
RUN mkdir -p $OPTICKS_HOME && curl -sL https://github.com/BNLNPPS/eic-opticks/archive/9405312d.tar.gz | tar -xz --strip-components 1 -C $OPTICKS_HOME

RUN cmake -S $OPTICKS_HOME -B $OPTICKS_PREFIX/build -DCMAKE_INSTALL_PREFIX=$OPTICKS_PREFIX -DCMAKE_BUILD_TYPE=Debug \
&& cmake --build $OPTICKS_PREFIX/build --parallel --target install
Expand Down

0 comments on commit acae017

Please sign in to comment.