Skip to content

Commit

Permalink
Remove: AIRAM generic resource and underlying reason (#9)
Browse files Browse the repository at this point in the history
* Remove AIRAM generic resource, bump minor version

* Add Tensorflow envvar TF_FORCE_GPU_ALLOW_GROWTH

* trigger CI

* revert

* retrigger CI

* hopefully triggers build form fork

---------

Co-authored-by: Dustin Kaiser <[email protected]>
Co-authored-by: Andrei Neagu <[email protected]>
  • Loading branch information
3 people authored Jan 24, 2025
1 parent ac39d3a commit 6c9a5ba
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .osparc/jupyter-ml-pytorch/metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Jupyter ML PyTorch
thumbnail: https://imgur.com/0ndE7uX.png
description: "JupyterLab with PyTorch installed. No other scientific tools are provided."
key: simcore/services/dynamic/jupyter-ml-pytorch
version: 2.0.2
version: 2.1.0
integration-version: "2.0.0"
type: dynamic
authors:
Expand Down
2 changes: 1 addition & 1 deletion .osparc/jupyter-ml-pytorch/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ settings:
MemoryBytes: 536870912
GenericResources:
- DiscreteResourceSpec:
Kind: AIRAM
Kind: VRAM
Value: 1
paths-mapping:
inputs_path: /home/jovyan/work/inputs
Expand Down
2 changes: 1 addition & 1 deletion .osparc/jupyter-ml-tensorflow/metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Jupyter ML Tensorflow
thumbnail: https://i.imgur.com/iKoFIN0.png
description: "JupyterLab with Tensorflow installed. No other scientific tools are provided."
key: simcore/services/dynamic/jupyter-ml-tensorflow
version: 2.0.2
version: 2.1.0
integration-version: "2.0.0"
type: dynamic
authors:
Expand Down
2 changes: 1 addition & 1 deletion .osparc/jupyter-ml-tensorflow/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ settings:
MemoryBytes: 536870912
GenericResources:
- DiscreteResourceSpec:
Kind: AIRAM
Kind: VRAM
Value: 1
paths-mapping:
inputs_path: /home/jovyan/work/inputs
Expand Down
4 changes: 3 additions & 1 deletion jupyter-ml-tensorflow/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ USER $NB_USER
RUN $HOME/.pyenv/versions/lab-venv/bin/pip --no-cache install \
-r ${NOTEBOOK_BASE_DIR}/requirements.txt

USER root
USER root
ENV TF_FORCE_GPU_ALLOW_GROWTH=true

0 comments on commit 6c9a5ba

Please sign in to comment.