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

Remove: AIRAM generic resource and underlying reason #9

Merged
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
3 changes: 2 additions & 1 deletion jupyter-ml-tensorflow/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ 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