-
Notifications
You must be signed in to change notification settings - Fork 0
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
fix: use default HOME and PWD inside container #80
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
github-actions bot
pushed a commit
that referenced
this pull request
May 31, 2024
# [1.0.0-beta.11](1.0.0-beta.10...1.0.0-beta.11) (2024-05-31) ### Bug Fixes * **env:** activate virtual environment via poetry ([5413d8b](5413d8b)) * **esi-shell:** run commands without TTY ([71d09ae](71d09ae)) * use default HOME and PWD inside container ([#80](#80)) ([1bf8b2e](1bf8b2e)) * use single command to execute container commands ([5a0f897](5a0f897)) ### Features * **esi-shell:** exec user command, pass through container options ([1217f36](1217f36))
github-actions bot
pushed a commit
that referenced
this pull request
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 pull request
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 pull request
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 pull request
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 pull request
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 pull request
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 pull request
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 pull request
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 pull request
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.