diff --git a/Dockerfile b/Dockerfile index 68e464a..536ecbc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -114,7 +114,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/e93baba4.tar.gz | tar -xz --strip-components 1 -C $OPTICKS_HOME +RUN mkdir -p $OPTICKS_HOME && curl -sL https://github.com/BNLNPPS/esi-opticks/archive/fc3c16d9.tar.gz | tar -xz --strip-components 1 -C $OPTICKS_HOME RUN poetry install RUN chmod -R 777 /opt/pypoetry