Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libnvoptix.so is not available in the container #68

Closed
plexoos opened this issue May 14, 2024 · 0 comments · Fixed by #69
Closed

libnvoptix.so is not available in the container #68

plexoos opened this issue May 14, 2024 · 0 comments · Fixed by #69
Assignees

Comments

@plexoos
Copy link
Member

plexoos commented May 14, 2024

Looks like the driver is available in runtime but the optix library is missing

$ docker run --rm -it --gpus all nvcr.io/nvidia/cuda:11.8.0-runtime-ubuntu22.04

==========
== CUDA ==
==========

CUDA Version 11.8.0

Container image Copyright (c) 2016-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.

This container image and its contents are governed by the NVIDIA Deep Learning Container License.
By pulling and using the container, you accept the terms and conditions of this license:
https://developer.nvidia.com/ngc/nvidia-deep-learning-container-license

A copy of this license is made available in this container at /NGC-DL-CONTAINER-LICENSE for your convenience.
$ docker run --rm -it --gpus all -e NVIDIA_DRIVER_CAPABILITIES=graphics nvcr.io/nvidia/cuda:11.8.0-runtime-ubuntu22.04

==========
== CUDA ==
==========

CUDA Version 11.8.0

Container image Copyright (c) 2016-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.

This container image and its contents are governed by the NVIDIA Deep Learning Container License.
By pulling and using the container, you accept the terms and conditions of this license:
https://developer.nvidia.com/ngc/nvidia-deep-learning-container-license

A copy of this license is made available in this container at /NGC-DL-CONTAINER-LICENSE for your convenience.

WARNING: The NVIDIA Driver was not detected.  GPU functionality will not be available.
   Use the NVIDIA Container Toolkit to start this container with GPU support; see
   https://docs.nvidia.com/datacenter/cloud-native/ .
@plexoos plexoos self-assigned this May 14, 2024
github-actions bot pushed a commit that referenced this issue May 14, 2024
# [1.0.0-beta.9](1.0.0-beta.8...1.0.0-beta.9) (2024-05-14)

### Bug Fixes

* **shell:** enable optix with driver capabilities ([#69](#69)) ([6b4ea3f](6b4ea3f)), closes [#68](#68)
github-actions bot pushed a commit that referenced this issue Jun 28, 2024
# 1.0.0-betatest.1 (2024-06-28)

### Bug Fixes

* always pull updated image from registry ([#62](#62)) ([33f5b06](33f5b06))
* **build:** compile for generic x86_64 (v3) microarchitecture ([#90](#90)) ([6a4a045](6a4a045))
* **build:** keep build cache dir ([#21](#21)) ([d81672d](d81672d))
* **eic-shell:** switch to ghcr.io registry ([928acba](928acba))
* **env:** activate virtual environment via poetry ([5413d8b](5413d8b))
* **env:** define environment variable TMP expected by opticks tests ([#85](#85)) ([06780ab](06780ab))
* **env:** keep g4emlow ([a3761be](a3761be))
* **env:** load xerces-c, update PATH ([#66](#66)) ([044e0ba](044e0ba))
* **esi-shell:** avoid building code (OptiX) on shell startup ([#23](#23)) ([76320cf](76320cf))
* **esi-shell:** avoid passing options to echo ([e009ef9](e009ef9))
* **esi-shell:** drop support for singularity with GPU (for now) ([#22](#22)) ([4cb9d19](4cb9d19))
* **esi-shell:** improve user experience ([#20](#20)) ([0a464af](0a464af))
* **esi-shell:** run commands without TTY ([71d09ae](71d09ae))
* **esi-shell:** support only linux ([#13](#13)) ([6cfb154](6cfb154))
* install cmake directly ([#88](#88)) ([e264829](e264829)), closes [#87](#87)
* install npm + plugin ([b03e512](b03e512))
* patch spack default modules.yaml ([#27](#27)) ([23183af](23183af))
* remove container after tests ([105a4ba](105a4ba))
* remove docker commands ([ca04587](ca04587))
* set compute capability to 5.2 compatible with Quadro M4000 ([#1](#1)) ([b1d7513](b1d7513))
* **shell:** enable optix with driver capabilities ([#69](#69)) ([6b4ea3f](6b4ea3f)), closes [#68](#68)
* simplify build workflow, leverage login scripts ([#8](#8)) ([fd974b4](fd974b4))
* use correct gdml file ([c014536](c014536))
* use default HOME and PWD inside container ([#80](#80)) ([1bf8b2e](1bf8b2e))
* use single command to execute container commands ([5a0f897](5a0f897))
* version reference ([ffd86fb](ffd86fb))

### Features

* add esi-shell ([#6](#6)) ([fa859aa](fa859aa))
* build gpu code dependent on OptiX, run opticks tests ([#49](#49)) ([#53](#53)) ([5f58b7b](5f58b7b)), closes [#50](#50)
* **esi-shell:** exec user command, pass through container options ([1217f36](1217f36))
* setup semantic release ([ca0553c](ca0553c))
* update opticks ([#42](#42)) ([4338f7c](4338f7c)), closes [#41](#41)
* upgrade opticks ([#39](#39)) ([2d6706a](2d6706a))
* upgrade opticks to main@b55f15bd ([#26](#26)) ([946da36](946da36))

### Reverts

* Revert "feat: build gpu code dependent on OptiX, run opticks tests (#49)" ([a301bd2](a301bd2)), closes [#49](#49)
* restore removed pull of latest image for cache purposes ([#47](#47)) ([8138919](8138919))

test version 1.0.0-betatest.1
github-actions bot pushed a commit that referenced this issue Jul 9, 2024
# 1.0.0-betatest.1 (2024-07-09)

### Bug Fixes

* always pull updated image from registry ([#62](#62)) ([33f5b06](33f5b06))
* **build:** compile for generic x86_64 (v3) microarchitecture ([#90](#90)) ([6a4a045](6a4a045))
* **build:** keep build cache dir ([#21](#21)) ([d81672d](d81672d))
* **eic-shell:** switch to ghcr.io registry ([928acba](928acba))
* **env:** activate virtual environment via poetry ([5413d8b](5413d8b))
* **env:** define environment variable TMP expected by opticks tests ([#85](#85)) ([06780ab](06780ab))
* **env:** keep g4emlow ([a3761be](a3761be))
* **env:** load xerces-c, update PATH ([#66](#66)) ([044e0ba](044e0ba))
* **esi-shell:** avoid building code (OptiX) on shell startup ([#23](#23)) ([76320cf](76320cf))
* **esi-shell:** avoid passing options to echo ([e009ef9](e009ef9))
* **esi-shell:** drop support for singularity with GPU (for now) ([#22](#22)) ([4cb9d19](4cb9d19))
* **esi-shell:** improve user experience ([#20](#20)) ([0a464af](0a464af))
* **esi-shell:** run commands without TTY ([71d09ae](71d09ae))
* **esi-shell:** support only linux ([#13](#13)) ([6cfb154](6cfb154))
* install cmake directly ([#88](#88)) ([e264829](e264829)), closes [#87](#87)
* patch spack default modules.yaml ([#27](#27)) ([23183af](23183af))
* remove container after tests ([105a4ba](105a4ba))
* set compute capability to 5.2 compatible with Quadro M4000 ([#1](#1)) ([b1d7513](b1d7513))
* **shell:** enable optix with driver capabilities ([#69](#69)) ([6b4ea3f](6b4ea3f)), closes [#68](#68)
* simplify build workflow, leverage login scripts ([#8](#8)) ([fd974b4](fd974b4))
* test ver ([6a6af14](6a6af14))
* use correct gdml file ([c014536](c014536))
* use default HOME and PWD inside container ([#80](#80)) ([1bf8b2e](1bf8b2e))
* use single command to execute container commands ([5a0f897](5a0f897))

### Features

* add esi-shell ([#6](#6)) ([fa859aa](fa859aa))
* build gpu code dependent on OptiX, run opticks tests ([#49](#49)) ([#53](#53)) ([5f58b7b](5f58b7b)), closes [#50](#50)
* **esi-shell:** exec user command, pass through container options ([1217f36](1217f36))
* setup semantic release ([ca0553c](ca0553c))
* update opticks ([#42](#42)) ([4338f7c](4338f7c)), closes [#41](#41)
* upgrade opticks ([#39](#39)) ([2d6706a](2d6706a))
* upgrade opticks to main@b55f15bd ([#26](#26)) ([946da36](946da36))

### Reverts

* Revert "feat: build gpu code dependent on OptiX, run opticks tests (#49)" ([a301bd2](a301bd2)), closes [#49](#49)
* restore removed pull of latest image for cache purposes ([#47](#47)) ([8138919](8138919))
github-actions bot pushed a commit that referenced this issue Jul 10, 2024
# 1.0.0-betatest.1 (2024-07-10)

### Bug Fixes

* add deploy ([07b6079](07b6079))
* always pull updated image from registry ([#62](#62)) ([33f5b06](33f5b06))
* **build:** compile for generic x86_64 (v3) microarchitecture ([#90](#90)) ([6a4a045](6a4a045))
* **build:** keep build cache dir ([#21](#21)) ([d81672d](d81672d))
* **eic-shell:** switch to ghcr.io registry ([928acba](928acba))
* **env:** activate virtual environment via poetry ([5413d8b](5413d8b))
* **env:** define environment variable TMP expected by opticks tests ([#85](#85)) ([06780ab](06780ab))
* **env:** keep g4emlow ([a3761be](a3761be))
* **env:** load xerces-c, update PATH ([#66](#66)) ([044e0ba](044e0ba))
* **esi-shell:** avoid building code (OptiX) on shell startup ([#23](#23)) ([76320cf](76320cf))
* **esi-shell:** avoid passing options to echo ([e009ef9](e009ef9))
* **esi-shell:** drop support for singularity with GPU (for now) ([#22](#22)) ([4cb9d19](4cb9d19))
* **esi-shell:** improve user experience ([#20](#20)) ([0a464af](0a464af))
* **esi-shell:** run commands without TTY ([71d09ae](71d09ae))
* **esi-shell:** support only linux ([#13](#13)) ([6cfb154](6cfb154))
* install cmake directly ([#88](#88)) ([e264829](e264829)), closes [#87](#87)
* patch spack default modules.yaml ([#27](#27)) ([23183af](23183af))
* remove container after tests ([105a4ba](105a4ba))
* set compute capability to 5.2 compatible with Quadro M4000 ([#1](#1)) ([b1d7513](b1d7513))
* **shell:** enable optix with driver capabilities ([#69](#69)) ([6b4ea3f](6b4ea3f)), closes [#68](#68)
* simplify build workflow, leverage login scripts ([#8](#8)) ([fd974b4](fd974b4))
* use correct gdml file ([c014536](c014536))
* use default HOME and PWD inside container ([#80](#80)) ([1bf8b2e](1bf8b2e))
* use single command to execute container commands ([5a0f897](5a0f897))

### Features

* add esi-shell ([#6](#6)) ([fa859aa](fa859aa))
* build gpu code dependent on OptiX, run opticks tests ([#49](#49)) ([#53](#53)) ([5f58b7b](5f58b7b)), closes [#50](#50)
* **esi-shell:** exec user command, pass through container options ([1217f36](1217f36))
* setup semantic release ([ca0553c](ca0553c))
* update opticks ([#42](#42)) ([4338f7c](4338f7c)), closes [#41](#41)
* upgrade opticks ([#39](#39)) ([2d6706a](2d6706a))
* upgrade opticks to main@b55f15bd ([#26](#26)) ([946da36](946da36))

### Reverts

* Revert "feat: build gpu code dependent on OptiX, run opticks tests (#49)" ([a301bd2](a301bd2)), closes [#49](#49)
* restore removed pull of latest image for cache purposes ([#47](#47)) ([8138919](8138919))
github-actions bot pushed a commit that referenced this issue Jul 10, 2024
# 1.0.0-betatest.1 (2024-07-10)

### Bug Fixes

* always pull updated image from registry ([#62](#62)) ([33f5b06](33f5b06))
* **build:** compile for generic x86_64 (v3) microarchitecture ([#90](#90)) ([6a4a045](6a4a045))
* **build:** keep build cache dir ([#21](#21)) ([d81672d](d81672d))
* **eic-shell:** switch to ghcr.io registry ([928acba](928acba))
* **env:** activate virtual environment via poetry ([5413d8b](5413d8b))
* **env:** define environment variable TMP expected by opticks tests ([#85](#85)) ([06780ab](06780ab))
* **env:** keep g4emlow ([a3761be](a3761be))
* **env:** load xerces-c, update PATH ([#66](#66)) ([044e0ba](044e0ba))
* **esi-shell:** avoid building code (OptiX) on shell startup ([#23](#23)) ([76320cf](76320cf))
* **esi-shell:** avoid passing options to echo ([e009ef9](e009ef9))
* **esi-shell:** drop support for singularity with GPU (for now) ([#22](#22)) ([4cb9d19](4cb9d19))
* **esi-shell:** improve user experience ([#20](#20)) ([0a464af](0a464af))
* **esi-shell:** run commands without TTY ([71d09ae](71d09ae))
* **esi-shell:** support only linux ([#13](#13)) ([6cfb154](6cfb154))
* install cmake directly ([#88](#88)) ([e264829](e264829)), closes [#87](#87)
* patch spack default modules.yaml ([#27](#27)) ([23183af](23183af))
* remove container after tests ([105a4ba](105a4ba))
* set compute capability to 5.2 compatible with Quadro M4000 ([#1](#1)) ([b1d7513](b1d7513))
* **shell:** enable optix with driver capabilities ([#69](#69)) ([6b4ea3f](6b4ea3f)), closes [#68](#68)
* simplify build workflow, leverage login scripts ([#8](#8)) ([fd974b4](fd974b4))
* use correct gdml file ([c014536](c014536))
* use default HOME and PWD inside container ([#80](#80)) ([1bf8b2e](1bf8b2e))
* use single command to execute container commands ([5a0f897](5a0f897))

### Features

* add esi-shell ([#6](#6)) ([fa859aa](fa859aa))
* build gpu code dependent on OptiX, run opticks tests ([#49](#49)) ([#53](#53)) ([5f58b7b](5f58b7b)), closes [#50](#50)
* **esi-shell:** exec user command, pass through container options ([1217f36](1217f36))
* setup semantic release ([ca0553c](ca0553c))
* update opticks ([#42](#42)) ([4338f7c](4338f7c)), closes [#41](#41)
* upgrade opticks ([#39](#39)) ([2d6706a](2d6706a))
* upgrade opticks to main@b55f15bd ([#26](#26)) ([946da36](946da36))

### Reverts

* Revert "feat: build gpu code dependent on OptiX, run opticks tests (#49)" ([a301bd2](a301bd2)), closes [#49](#49)
* restore removed pull of latest image for cache purposes ([#47](#47)) ([8138919](8138919))
github-actions bot pushed a commit that referenced this issue Jul 11, 2024
# 1.0.0-betatest.1 (2024-07-11)

### Bug Fixes

* always pull updated image from registry ([#62](#62)) ([33f5b06](33f5b06))
* **build:** compile for generic x86_64 (v3) microarchitecture ([#90](#90)) ([6a4a045](6a4a045))
* **build:** keep build cache dir ([#21](#21)) ([d81672d](d81672d))
* **eic-shell:** switch to ghcr.io registry ([928acba](928acba))
* **env:** activate virtual environment via poetry ([5413d8b](5413d8b))
* **env:** define environment variable TMP expected by opticks tests ([#85](#85)) ([06780ab](06780ab))
* **env:** keep g4emlow ([a3761be](a3761be))
* **env:** load xerces-c, update PATH ([#66](#66)) ([044e0ba](044e0ba))
* **esi-shell:** avoid building code (OptiX) on shell startup ([#23](#23)) ([76320cf](76320cf))
* **esi-shell:** avoid passing options to echo ([e009ef9](e009ef9))
* **esi-shell:** drop support for singularity with GPU (for now) ([#22](#22)) ([4cb9d19](4cb9d19))
* **esi-shell:** improve user experience ([#20](#20)) ([0a464af](0a464af))
* **esi-shell:** run commands without TTY ([71d09ae](71d09ae))
* **esi-shell:** support only linux ([#13](#13)) ([6cfb154](6cfb154))
* install cmake directly ([#88](#88)) ([e264829](e264829)), closes [#87](#87)
* patch spack default modules.yaml ([#27](#27)) ([23183af](23183af))
* remove container after tests ([105a4ba](105a4ba))
* rename esi-shell option --version to --tag ([#99](#99)) ([70623b9](70623b9))
* set compute capability to 5.2 compatible with Quadro M4000 ([#1](#1)) ([b1d7513](b1d7513))
* **shell:** enable optix with driver capabilities ([#69](#69)) ([6b4ea3f](6b4ea3f)), closes [#68](#68)
* simplify build workflow, leverage login scripts ([#8](#8)) ([fd974b4](fd974b4))
* use correct gdml file ([c014536](c014536))
* use default HOME and PWD inside container ([#80](#80)) ([1bf8b2e](1bf8b2e))
* use single command to execute container commands ([5a0f897](5a0f897))

### Features

* add esi-shell ([#6](#6)) ([fa859aa](fa859aa))
* build gpu code dependent on OptiX, run opticks tests ([#49](#49)) ([#53](#53)) ([5f58b7b](5f58b7b)), closes [#50](#50)
* **esi-shell:** exec user command, pass through container options ([1217f36](1217f36))
* setup semantic release ([ca0553c](ca0553c))
* update opticks ([#42](#42)) ([4338f7c](4338f7c)), closes [#41](#41)
* upgrade opticks ([#39](#39)) ([2d6706a](2d6706a))
* upgrade opticks to main@b55f15bd ([#26](#26)) ([946da36](946da36))

### Reverts

* Revert "feat: build gpu code dependent on OptiX, run opticks tests (#49)" ([a301bd2](a301bd2)), closes [#49](#49)
* restore removed pull of latest image for cache purposes ([#47](#47)) ([8138919](8138919))
github-actions bot pushed a commit that referenced this issue Jul 12, 2024
# 1.0.0-betatest.1 (2024-07-12)

### Bug Fixes

* add option to print esi-shell version ([91517e0](91517e0))
* always pull updated image from registry ([#62](#62)) ([33f5b06](33f5b06))
* **build:** compile for generic x86_64 (v3) microarchitecture ([#90](#90)) ([6a4a045](6a4a045))
* **build:** keep build cache dir ([#21](#21)) ([d81672d](d81672d))
* **eic-shell:** switch to ghcr.io registry ([928acba](928acba))
* **env:** activate virtual environment via poetry ([5413d8b](5413d8b))
* **env:** define environment variable TMP expected by opticks tests ([#85](#85)) ([06780ab](06780ab))
* **env:** keep g4emlow ([a3761be](a3761be))
* **env:** load xerces-c, update PATH ([#66](#66)) ([044e0ba](044e0ba))
* **esi-shell:** avoid building code (OptiX) on shell startup ([#23](#23)) ([76320cf](76320cf))
* **esi-shell:** avoid passing options to echo ([e009ef9](e009ef9))
* **esi-shell:** drop support for singularity with GPU (for now) ([#22](#22)) ([4cb9d19](4cb9d19))
* **esi-shell:** improve user experience ([#20](#20)) ([0a464af](0a464af))
* **esi-shell:** run commands without TTY ([71d09ae](71d09ae))
* **esi-shell:** support only linux ([#13](#13)) ([6cfb154](6cfb154))
* install cmake directly ([#88](#88)) ([e264829](e264829)), closes [#87](#87)
* patch spack default modules.yaml ([#27](#27)) ([23183af](23183af))
* remove container after tests ([105a4ba](105a4ba))
* rename esi-shell option --version to --tag ([#99](#99)) ([70623b9](70623b9))
* set compute capability to 5.2 compatible with Quadro M4000 ([#1](#1)) ([b1d7513](b1d7513))
* **shell:** enable optix with driver capabilities ([#69](#69)) ([6b4ea3f](6b4ea3f)), closes [#68](#68)
* simplify build workflow, leverage login scripts ([#8](#8)) ([fd974b4](fd974b4))
* use correct gdml file ([c014536](c014536))
* use default HOME and PWD inside container ([#80](#80)) ([1bf8b2e](1bf8b2e))
* use single command to execute container commands ([5a0f897](5a0f897))

### Features

* add esi-shell ([#6](#6)) ([fa859aa](fa859aa))
* build gpu code dependent on OptiX, run opticks tests ([#49](#49)) ([#53](#53)) ([5f58b7b](5f58b7b)), closes [#50](#50)
* **esi-shell:** exec user command, pass through container options ([1217f36](1217f36))
* setup semantic release ([ca0553c](ca0553c))
* update opticks ([#42](#42)) ([4338f7c](4338f7c)), closes [#41](#41)
* upgrade opticks ([#39](#39)) ([2d6706a](2d6706a))
* upgrade opticks to main@b55f15bd ([#26](#26)) ([946da36](946da36))

### Reverts

* Revert "feat: build gpu code dependent on OptiX, run opticks tests (#49)" ([a301bd2](a301bd2)), closes [#49](#49)
* restore removed pull of latest image for cache purposes ([#47](#47)) ([8138919](8138919))
github-actions bot pushed a commit that referenced this issue Jul 12, 2024
# 1.0.0-betatest.1 (2024-07-12)

### Bug Fixes

* add option to print esi-shell version ([#100](#100)) ([9c15c86](9c15c86))
* always pull updated image from registry ([#62](#62)) ([33f5b06](33f5b06))
* **build:** compile for generic x86_64 (v3) microarchitecture ([#90](#90)) ([6a4a045](6a4a045))
* **build:** keep build cache dir ([#21](#21)) ([d81672d](d81672d))
* **eic-shell:** switch to ghcr.io registry ([928acba](928acba))
* **env:** activate virtual environment via poetry ([5413d8b](5413d8b))
* **env:** define environment variable TMP expected by opticks tests ([#85](#85)) ([06780ab](06780ab))
* **env:** keep g4emlow ([a3761be](a3761be))
* **env:** load xerces-c, update PATH ([#66](#66)) ([044e0ba](044e0ba))
* **esi-shell:** avoid building code (OptiX) on shell startup ([#23](#23)) ([76320cf](76320cf))
* **esi-shell:** avoid passing options to echo ([e009ef9](e009ef9))
* **esi-shell:** drop support for singularity with GPU (for now) ([#22](#22)) ([4cb9d19](4cb9d19))
* **esi-shell:** improve user experience ([#20](#20)) ([0a464af](0a464af))
* **esi-shell:** run commands without TTY ([71d09ae](71d09ae))
* **esi-shell:** support only linux ([#13](#13)) ([6cfb154](6cfb154))
* install cmake directly ([#88](#88)) ([e264829](e264829)), closes [#87](#87)
* patch spack default modules.yaml ([#27](#27)) ([23183af](23183af))
* remove container after tests ([105a4ba](105a4ba))
* rename esi-shell option --version to --tag ([#99](#99)) ([70623b9](70623b9))
* set compute capability to 5.2 compatible with Quadro M4000 ([#1](#1)) ([b1d7513](b1d7513))
* **shell:** enable optix with driver capabilities ([#69](#69)) ([6b4ea3f](6b4ea3f)), closes [#68](#68)
* simplify build workflow, leverage login scripts ([#8](#8)) ([fd974b4](fd974b4))
* use correct gdml file ([c014536](c014536))
* use default HOME and PWD inside container ([#80](#80)) ([1bf8b2e](1bf8b2e))
* use single command to execute container commands ([5a0f897](5a0f897))

### Features

* add esi-shell ([#6](#6)) ([fa859aa](fa859aa))
* build gpu code dependent on OptiX, run opticks tests ([#49](#49)) ([#53](#53)) ([5f58b7b](5f58b7b)), closes [#50](#50)
* **esi-shell:** exec user command, pass through container options ([1217f36](1217f36))
* setup semantic release ([ca0553c](ca0553c))
* update opticks ([#42](#42)) ([4338f7c](4338f7c)), closes [#41](#41)
* upgrade opticks ([#39](#39)) ([2d6706a](2d6706a))
* upgrade opticks to main@b55f15bd ([#26](#26)) ([946da36](946da36))

### Reverts

* Revert "feat: build gpu code dependent on OptiX, run opticks tests (#49)" ([a301bd2](a301bd2)), closes [#49](#49)
* restore removed pull of latest image for cache purposes ([#47](#47)) ([8138919](8138919))
github-actions bot pushed a commit that referenced this issue Jul 24, 2024
# 1.0.0-betatest.1 (2024-07-24)

### Bug Fixes

* add option to print esi-shell version ([#100](#100)) ([9c15c86](9c15c86))
* always pull updated image from registry ([#62](#62)) ([33f5b06](33f5b06))
* **build:** compile for generic x86_64 (v3) microarchitecture ([#90](#90)) ([6a4a045](6a4a045))
* **build:** keep build cache dir ([#21](#21)) ([d81672d](d81672d))
* **eic-shell:** switch to ghcr.io registry ([928acba](928acba))
* **env:** activate virtual environment via poetry ([5413d8b](5413d8b))
* **env:** define environment variable TMP expected by opticks tests ([#85](#85)) ([06780ab](06780ab))
* **env:** keep g4emlow ([a3761be](a3761be))
* **env:** load xerces-c, update PATH ([#66](#66)) ([044e0ba](044e0ba))
* **esi-shell:** avoid building code (OptiX) on shell startup ([#23](#23)) ([76320cf](76320cf))
* **esi-shell:** avoid passing options to echo ([e009ef9](e009ef9))
* **esi-shell:** correct example command ([#105](#105)) ([34861bb](34861bb))
* **esi-shell:** drop support for singularity with GPU (for now) ([#22](#22)) ([4cb9d19](4cb9d19))
* **esi-shell:** improve user experience ([#20](#20)) ([0a464af](0a464af))
* **esi-shell:** run commands without TTY ([71d09ae](71d09ae))
* **esi-shell:** support only linux ([#13](#13)) ([6cfb154](6cfb154))
* install cmake directly ([#88](#88)) ([e264829](e264829)), closes [#87](#87)
* patch spack default modules.yaml ([#27](#27)) ([23183af](23183af))
* remove container after tests ([105a4ba](105a4ba))
* rename esi-shell option --version to --tag ([#99](#99)) ([70623b9](70623b9))
* set compute capability to 5.2 compatible with Quadro M4000 ([#1](#1)) ([b1d7513](b1d7513))
* **shell:** enable optix with driver capabilities ([#69](#69)) ([6b4ea3f](6b4ea3f)), closes [#68](#68)
* simplify build workflow, leverage login scripts ([#8](#8)) ([fd974b4](fd974b4))
* update opticks ([#102](#102)) ([3277f6f](3277f6f))
* update release version in pyproject.toml ([9026982](9026982))
* use correct gdml file ([c014536](c014536))
* use default HOME and PWD inside container ([#80](#80)) ([1bf8b2e](1bf8b2e))
* use single command to execute container commands ([5a0f897](5a0f897))

### Features

* add esi-shell ([#6](#6)) ([fa859aa](fa859aa))
* build gpu code dependent on OptiX, run opticks tests ([#49](#49)) ([#53](#53)) ([5f58b7b](5f58b7b)), closes [#50](#50)
* **esi-shell:** exec user command, pass through container options ([1217f36](1217f36))
* setup semantic release ([ca0553c](ca0553c))
* update opticks ([#42](#42)) ([4338f7c](4338f7c)), closes [#41](#41)
* upgrade opticks ([#39](#39)) ([2d6706a](2d6706a))
* upgrade opticks to main@b55f15bd ([#26](#26)) ([946da36](946da36))

### Reverts

* Revert "feat: build gpu code dependent on OptiX, run opticks tests (#49)" ([a301bd2](a301bd2)), closes [#49](#49)
* restore removed pull of latest image for cache purposes ([#47](#47)) ([8138919](8138919))
github-actions bot pushed a commit that referenced this issue Sep 27, 2024
# 1.0.0 (2024-09-27)

### Bug Fixes

* add option to print esi-shell version ([#100](#100)) ([9c15c86](9c15c86))
* allow to bind dirs on remote host ([#111](#111)) ([1d52510](1d52510))
* always pull updated image from registry ([#62](#62)) ([33f5b06](33f5b06))
* **build:** compile for generic x86_64 (v3) microarchitecture ([#90](#90)) ([6a4a045](6a4a045))
* **build:** keep build cache dir ([#21](#21)) ([d81672d](d81672d))
* **eic-shell:** switch to ghcr.io registry ([928acba](928acba))
* **env:** activate virtual environment via poetry ([5413d8b](5413d8b))
* **env:** define environment variable TMP expected by opticks tests ([#85](#85)) ([06780ab](06780ab))
* **env:** help CMake find installed opticks ([3a4a531](3a4a531))
* **env:** keep g4emlow ([a3761be](a3761be))
* **env:** load xerces-c, update PATH ([#66](#66)) ([044e0ba](044e0ba))
* **esi-shell:** avoid building code (OptiX) on shell startup ([#23](#23)) ([76320cf](76320cf))
* **esi-shell:** avoid passing options to echo ([e009ef9](e009ef9))
* **esi-shell:** correct example command ([#105](#105)) ([34861bb](34861bb))
* **esi-shell:** drop support for singularity with GPU (for now) ([#22](#22)) ([4cb9d19](4cb9d19))
* **esi-shell:** improve user experience ([#20](#20)) ([0a464af](0a464af))
* **esi-shell:** run commands without TTY ([71d09ae](71d09ae))
* **esi-shell:** source profile scripts in non-login non-interactive shells ([#107](#107)) ([cc6f775](cc6f775))
* **esi-shell:** support only linux ([#13](#13)) ([6cfb154](6cfb154))
* install cmake directly ([#88](#88)) ([e264829](e264829)), closes [#87](#87)
* make virtual env available to all users ([#114](#114)) ([f15579d](f15579d)), closes [#113](#113)
* patch spack default modules.yaml ([#27](#27)) ([23183af](23183af))
* remove container after tests ([105a4ba](105a4ba))
* rename esi-shell option --version to --tag ([#99](#99)) ([70623b9](70623b9))
* set compute capability to 5.2 compatible with Quadro M4000 ([#1](#1)) ([b1d7513](b1d7513))
* **shell:** enable optix with driver capabilities ([#69](#69)) ([6b4ea3f](6b4ea3f)), closes [#68](#68)
* simplify build workflow, leverage login scripts ([#8](#8)) ([fd974b4](fd974b4))
* update opticks ([#102](#102)) ([3277f6f](3277f6f))
* update release version in pyproject.toml ([893f139](893f139))
* use correct gdml file ([c014536](c014536))
* use default HOME and PWD inside container ([#80](#80)) ([1bf8b2e](1bf8b2e))
* use single command to execute container commands ([5a0f897](5a0f897))

### Features

* add esi-shell ([#6](#6)) ([fa859aa](fa859aa))
* build gpu code dependent on OptiX, run opticks tests ([#49](#49)) ([#53](#53)) ([5f58b7b](5f58b7b)), closes [#50](#50)
* **esi-shell:** exec user command, pass through container options ([1217f36](1217f36))
* install opticks dependencies directly or via Spack ([43748e1](43748e1))
* setup semantic release ([ca0553c](ca0553c))
* update opticks ([#42](#42)) ([4338f7c](4338f7c)), closes [#41](#41)
* upgrade opticks ([#39](#39)) ([2d6706a](2d6706a))
* upgrade opticks to main@b55f15bd ([#26](#26)) ([946da36](946da36))

### Reverts

* restore removed pull of latest image for cache purposes ([#47](#47)) ([8138919](8138919))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant