Skip to content

Commit

Permalink
upd dependencies in dockerfiles
Browse files Browse the repository at this point in the history
Signed-off-by: jafraustro <[email protected]>
  • Loading branch information
jafraustro committed Nov 14, 2024
1 parent a7649a9 commit fb931d6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 14 deletions.
2 changes: 1 addition & 1 deletion preset/deep-learning/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ RUN wget --progress=dot:giga --no-check-certificate "https://github.com/conda-fo
'jupyterlab>=4.2.4' \
'jupyterhub>=5.1.0' \
'notebook>=7.1.3' \
'jupyter-server-proxy>=4.1.2' \
'jupyter-server-proxy>=4.4.0' \
'nb_conda_kernels>=2.5.1' \
&& \
jupyter labextension disable "@jupyterlab/apputils-extension:announcements" \
Expand Down
11 changes: 4 additions & 7 deletions preset/deep-learning/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,15 +150,12 @@ services:
dependency.conda.intel-optimization-for-horovod: '=0.28.1.5'
dependency.conda.ipykernel: '==6.29.5'
dependency.conda.jupyterhub: '==5.1.0'
dependency.conda.jupyter-server-proxy: '==4.3.0'
dependency.conda.jupyter-server-proxy: '==4.4.0'
dependency.conda.kernda: '==0.3.0'
dependency.conda.ld_impl_linux-64: '==2.40'
dependency.conda.mamba: '==1.5.8'
dependency.conda.ld_impl_linux-64: '==2.43'
dependency.conda.matplotlib-base: '>=3.8.4'
dependency.conda.mpi: '==1.0'
dependency.conda.mpich: '==4.2.2'
dependency.conda.networkx: '==3.3'
dependency.conda.notebook: '==7.2.1'
dependency.conda.notebook: '==7.2.2 '
dependency.conda.oneccl_bind_pt_cpu: '=2.3.0'
dependency.conda.oneccl_bind_pt_xpu: '=2.1.400'
dependency.conda.onnx: '>=1.14.1'
Expand All @@ -173,7 +170,7 @@ services:
dependency.conda.torchaudio_xpu: '=2.1.0'
dependency.conda.torchvision_cpu: '=0.18.1'
dependency.conda.torchvision_xpu: '=0.16.0'
dependency.conda.tqdm: '==4.66.4'
dependency.conda.tqdm: '==4.67.0'
depends_on:
- dl-base
extends: dl-base
Expand Down
10 changes: 4 additions & 6 deletions preset/inference-optimization/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,16 +153,14 @@ services:
dependency.conda.intel-optimization-for-horovod: '=0.28.1.5'
dependency.conda.ipykernel: '==6.29.5'
dependency.conda.jupyterhub: '==5.1.0'
dependency.conda.jupyter-server-proxy: '==4.3.0'
dependency.conda.jupyter-server-proxy: '==4.4.0'
dependency.conda.kernda: '==0.3.0'
dependency.conda.ld_impl_linux-64: '==2.40'
dependency.conda.mamba: '==1.5.8'
dependency.conda.ld_impl_linux-64: '==2.43'
dependency.conda.matplotlib-base: '>=3.8.4'
dependency.conda.mpi: '==1.0'
dependency.conda.mpich: '==4.2.2'
dependency.conda.networkx: '==3.3'
dependency.conda.neural-compressor: '=2.5.1'
dependency.conda.notebook: '==7.2.1'
dependency.conda.notebook: '==7.2.2'
dependency.conda.oneccl_bind_pt_cpu: '=2.3.0'
dependency.conda.oneccl_bind_pt_xpu: '=2.1.400'
dependency.conda.onnx: '>=1.14.1'
Expand All @@ -180,7 +178,7 @@ services:
dependency.conda.torchaudio_xpu: '=2.1.0'
dependency.conda.torchvision_cpu: '=0.18.1'
dependency.conda.torchvision_xpu: '=0.16.0'
dependency.conda.tqdm: '==4.66.4'
dependency.conda.tqdm: '==4.7.0'
depends_on:
- dl-base
extends: dl-base
Expand Down

0 comments on commit fb931d6

Please sign in to comment.