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

Commit

Permalink
Merge pull request #204 from IBM/updated_links
Browse files Browse the repository at this point in the history
Updated links
  • Loading branch information
boland25 authored Aug 5, 2024
2 parents 142419d + de049f1 commit 20d9b8f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
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

0 comments on commit 20d9b8f

Please sign in to comment.