Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Updated links #204

Merged
merged 2 commits into from
Aug 5, 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
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
We are archiving this existing repository. Its been a few years since we've had any support for the FHE Toolkit. Please see below for current offering, HElayers, which is supported and in active development.
## We are archiving this existing repository. Its been a few years since we've had any support for the FHE Toolkit. Please see below for current offering, HElayers, which is supported and in active development.

# IBM Fully Homomorphic Encryption (HELayers) SDK for Linux

Expand Down Expand Up @@ -34,12 +34,9 @@ The script will pull & download the latest version that works on your machine's

To try HELayers out from the IBM Container Registry directly, follow the instructions below:

* Python
* [HELayers Python x86](https://ibm.github.io/helayers/pylab/)
* [HELayers Python s390x](https://ibm.github.io/helayers/pylab-s390x/)
* C++
* [HELayers C++ x86](https://ibm.github.io/helayers/lab/)
* [HELayers C++ s390x](https://ibm.github.io/helayers/lab-s390x/)
* [Python Package](https://ibm.github.io/helayers/user/installation.html#importing-the-pyhelayers-python-packge)

* [Docker Images](https://ibm.github.io/helayers/user/installation.html#docker-image-installation)

### Take a look at our in-depth walkthrough video on how to download and get started with HElayers.

Expand Down
5 changes: 3 additions & 2 deletions StartHELayers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@ else
elif [[ "$labtype" = "cpp" ]]
then
imagesuffix="lab"
labport="8443"
# This was switched to be port 8888 no matter which one was started
labport="8888"
else
echo " "
echo " Invalid lab type: $labtype Please specify a valid lab type"
Expand Down Expand Up @@ -198,7 +199,7 @@ then
elif [[ "$labtype" = "cpp" ]]
then
echo " "
echo " Container started. Navigate to: http://127.0.0.1:8443/ "
echo " Container started. Navigate to: http://127.0.0.1:8888/ "
echo " "
fi

Expand Down