Skip to content

Commit

Permalink
feat: bump esi-opticks revision
Browse files Browse the repository at this point in the history
  • Loading branch information
plexoos committed Oct 31, 2024
1 parent dc0618d commit b2681cd
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 @@ -115,7 +115,7 @@ COPY README.md .
COPY NVIDIA-OptiX-SDK-7.6.0-linux64-x86_64.sh .
COPY pyproject.toml .

RUN mkdir -p $OPTICKS_HOME && curl -sL https://github.com/BNLNPPS/esi-opticks/archive/d7b4337.tar.gz | tar -xz --strip-components 1 -C $OPTICKS_HOME
RUN mkdir -p $OPTICKS_HOME && curl -sL https://github.com/BNLNPPS/esi-opticks/archive/5506d8f0.tar.gz | tar -xz --strip-components 1 -C $OPTICKS_HOME

RUN poetry install
RUN chmod -R 777 /opt/pypoetry
Expand Down

0 comments on commit b2681cd

Please sign in to comment.