Skip to content

Commit

Permalink
Merge pull request #38 from GafferHQ/optix
Browse files Browse the repository at this point in the history
Dockerfile : Set OPTIX_ROOT_DIR
  • Loading branch information
murraystevenson authored Feb 8, 2024
2 parents 637e1d6 + c6ef512 commit b757c11
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
3.0.0a5
=======

- Dockerfile : Set `OPTIX_ROOT_DIR` environment variable.

3.0.0a4
=======

Expand Down
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,6 @@ ENV PYTHONPATH=
# Inkscape 1.3.2 prints "Setting _INKSCAPE_GC=disable as a workaround for broken libgc"
# every time it is run, so we set it ourselves to silence that
ENV _INKSCAPE_GC="disable"

# Make the Optix SDK available for Cycles builds.
ENV OPTIX_ROOT_DIR=/usr/local/NVIDIA-OptiX-SDK-7.3.0
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
parser.add_argument(
"--docker-image-version",
dest = "dockerImageVersion",
default = "3.0.0a4",
default = "3.0.0a5",
help = "The Docker image tag to use for Docker builds."
)

Expand Down

0 comments on commit b757c11

Please sign in to comment.