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

fix: use default HOME and PWD inside container #80

Merged
merged 1 commit into from
May 29, 2024
Merged

Conversation

plexoos
Copy link
Member

@plexoos plexoos commented May 29, 2024

No description provided.

@plexoos plexoos merged commit 1bf8b2e into beta May 29, 2024
1 check passed
@plexoos plexoos deleted the pr/fix-home-pwd branch May 29, 2024 19:09
@plexoos plexoos self-assigned this May 29, 2024
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))
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 this pull request may close these issues.

None yet

1 participant