We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f069bb9 commit 491455aCopy full SHA for 491455a
components/label-studio/container/s2i/.s2i/bin/run
@@ -6,7 +6,7 @@ usage(){
6
7
cat <<USAGE
8
9
-This is a S2I python-3.9 ${DISTRO} base image:
+This is a S2I python ${DISTRO} base image:
10
There are multiple ways how to run the image, see documentation at:
11
https://github.com/sclorg/s2i-python-container/blob/master/3.9/README.md
12
@@ -31,7 +31,7 @@ USAGE
31
# fallback with sleep to debug your code
32
# oc rsh / podman exec -it .. /bin/sh
33
run_sleep(){
34
- echo "Ponder the universe with infinate sleep..."
+ echo "Ponder the universe with infinite sleep..."
35
sleep infinity
36
}
37
0 commit comments