This repository was archived by the owner on Aug 5, 2024. It is now read-only.
File tree 2 files changed +6
-8
lines changed
2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -34,12 +34,9 @@ The script will pull & download the latest version that works on your machine's
34
34
35
35
To try HELayers out from the IBM Container Registry directly, follow the instructions below :
36
36
37
- * Python
38
- * [HELayers Python x86](https://ibm.github.io/helayers/pylab/)
39
- * [HELayers Python s390x](https://ibm.github.io/helayers/pylab-s390x/)
40
- * C++
41
- * [HELayers C++ x86](https://ibm.github.io/helayers/lab/)
42
- * [HELayers C++ s390x](https://ibm.github.io/helayers/lab-s390x/)
37
+ * [Python Package](https://ibm.github.io/helayers/user/installation.html#importing-the-pyhelayers-python-packge)
38
+
39
+ * [Docker Images](https://ibm.github.io/helayers/user/installation.html#docker-image-installation)
43
40
44
41
# ## Take a look at our in-depth walkthrough video on how to download and get started with HElayers.
45
42
Original file line number Diff line number Diff line change 137
137
elif [[ " $labtype " = " cpp" ]]
138
138
then
139
139
imagesuffix=" lab"
140
- labport=" 8443"
140
+ # This was switched to be port 8888 no matter which one was started
141
+ labport=" 8888"
141
142
else
142
143
echo " "
143
144
echo " Invalid lab type: $labtype Please specify a valid lab type"
198
199
elif [[ " $labtype " = " cpp" ]]
199
200
then
200
201
echo " "
201
- echo " Container started. Navigate to: http://127.0.0.1:8443 / "
202
+ echo " Container started. Navigate to: http://127.0.0.1:8888 / "
202
203
echo " "
203
204
fi
204
205
You can’t perform that action at this time.
0 commit comments