From 8306fc62ce46a4ec356de4295f4347d8fcd88b7d Mon Sep 17 00:00:00 2001 From: Dmitri Smirnov Date: Wed, 11 Dec 2024 12:23:41 -0500 Subject: [PATCH] fix: bump esi-opticks revision --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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