Skip to content

Commit

Permalink
Install openssh so jupyter-sshd-proxy could work (#588)
Browse files Browse the repository at this point in the history
* Install openssh so jupyter-sshd-proxy could work

Follow-up to #585 (comment).

The conda-forge package doesn't actually pull in openssh,
which feels like the right call for now (as systems may already
have openssh via other means?). 

Explicilty add openssh so jupyter-sshd-proxy works

* [condalock-command] autogenerated conda-lock files

---------

Co-authored-by: pangeo-bot <pangeo-bot@users.noreply.github.com>
  • Loading branch information
yuvipanda and pangeo-bot authored Oct 26, 2024
1 parent 4074d6b commit b0fea90
Show file tree
Hide file tree
Showing 13 changed files with 3,076 additions and 2,499 deletions.
62 changes: 31 additions & 31 deletions base-notebook/conda-linux-64.lock

Large diffs are not rendered by default.

1,083 changes: 542 additions & 541 deletions base-notebook/conda-lock.yml

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions base-notebook/packages.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ async_generator==1.10
attrs==24.2.0
aws-c-auth==0.7.31
aws-c-cal==0.7.4
aws-c-common==0.9.29
aws-c-common==0.9.31
aws-c-compression==0.2.19
aws-c-event-stream==0.4.3
aws-c-event-stream==0.5.0
aws-c-http==0.8.10
aws-c-io==0.14.19
aws-c-io==0.14.20
aws-c-mqtt==0.10.7
aws-c-s3==0.6.7
aws-c-s3==0.7.0
aws-c-sdkutils==0.1.19
aws-checksums==0.1.20
aws-crt-cpp==0.28.3
aws-crt-cpp==0.29.0
aws-sdk-cpp==1.11.407
azure-core-cpp==1.14.0
azure-identity-cpp==1.10.0
Expand Down Expand Up @@ -68,8 +68,8 @@ exceptiongroup==1.2.2
executing==2.1.0
fqdn==1.5.1
freetype==2.12.1
frozenlist==1.4.1
fsspec==2024.9.0
frozenlist==1.5.0
fsspec==2024.10.0
gflags==2.2.2
glog==0.7.1
greenlet==3.1.1
Expand All @@ -85,7 +85,7 @@ importlib-metadata==8.5.0
importlib_metadata==8.5.0
importlib_resources==6.4.5
ipykernel==6.29.5
ipython==8.28.0
ipython==8.29.0
ipywidgets==8.1.5
isoduration==20.11.0
jedi==0.19.1
Expand Down Expand Up @@ -143,15 +143,15 @@ libgrpc==1.65.5
libiconv==1.17
libjpeg-turbo==3.0.0
liblapack==3.9.0
libnghttp2==1.63.0
libnghttp2==1.64.0
libnsl==2.0.1
libopenblas==0.3.27
libopenblas==0.3.28
libparquet==17.0.0
libpng==1.6.44
libprotobuf==5.27.5
libre2-11==2024.07.02
libsodium==1.0.20
libsqlite==3.46.1
libsqlite==3.47.0
libssh2==1.11.0
libstdcxx==14.2.0
libstdcxx-ng==14.2.0
Expand Down Expand Up @@ -204,7 +204,7 @@ platformdirs==4.3.6
prometheus_client==0.21.0
prompt-toolkit==3.0.48
propcache==0.2.0
psutil==6.0.0
psutil==6.1.0
pthread-stubs==0.4
ptyprocess==0.7.0
pure_eval==0.2.3
Expand Down Expand Up @@ -245,7 +245,7 @@ sqlalchemy==2.0.36
stack_data==0.6.2
tblib==3.0.0
terminado==0.18.1
tinycss2==1.3.0
tinycss2==1.4.0
tk==8.6.13
tomli==2.0.2
toolz==1.0.0
Expand All @@ -269,7 +269,7 @@ xorg-libxdmcp==1.1.5
xyzservices==2024.9.0
xz==5.2.6
yaml==0.2.5
yarl==1.15.5
yarl==1.16.0
zeromq==4.3.5
zict==3.0.0
zipp==3.20.2
Expand Down
113 changes: 60 additions & 53 deletions ml-notebook/conda-linux-64.lock

Large diffs are not rendered by default.

Loading

0 comments on commit b0fea90

Please sign in to comment.