8000 Update libssl link in the notebook tutorial by ProKil · Pull Request #203 · sotopia-lab/sotopia · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Update libssl link in the notebook tutorial #203

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

Merged
merged 1 commit into from
Oct 1, 2024
Merged
Show file tree
Hide file tree
Changes from all 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
4 changes: 2 additions & 2 deletions notebooks/tutorials/1.1-setup.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@
"!curl -fsSL https://packages.redis.io/redis-stack/redis-stack-server-7.2.0-v10.focal.x86_64.tar.gz -o redis-stack-server.tar.gz\n",
"!tar -xvf redis-stack-server.tar.gz\n",
"# Installs libssl1.1 for Ubuntu 22 source: https://stackoverflow.com/questions/72133316/libssl-so-1-1-cannot-open-shared-object-file-no-such-file-or-directory\n",
"!wget http://nz2.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.22_amd64.deb\n",
"!sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2.22_amd64.deb\n",
"!wget http://nz2.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2_amd64.deb\n",
"!sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2_amd64.deb\n",
"%pip install redis"
]
},
Expand Down
4 changes: 2 additions & 2 deletions notebooks/tutorials/1.2-browse-data.ipynb
6DE1
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@
"!curl -fsSL https://packages.redis.io/redis-stack/redis-stack-server-7.2.0-v10.focal.x86_64.tar.gz -o redis-stack-server.tar.gz\n",
"!tar -xvf redis-stack-server.tar.gz\n",
"# Installs libssl1.1 for Ubuntu 22 source: https://stackoverflow.com/questions/72133316/libssl-so-1-1-cannot-open-shared-object-file-no-such-file-or-directory\n",
"!wget http://nz2.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.22_amd64.deb\n",
"!sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2.22_amd64.deb\n",
"!wget http://nz2.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2_amd64.deb\n",
"!sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2_amd64.deb\n",
"%pip install redis"
]
},
Expand Down
Loading
0