Skip to content

Commit

Permalink
update for 22.10.01 (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
rgsl888prabhu authored Nov 2, 2022
1 parent 7e425ea commit 730adb1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cloud-scripts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ There are two ways to repair this:
$ export SERVER_TYPE=both # or jupyter, or api
$ helm list -n cuopt-server
NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION
nvidia-cuopt-chart cuopt-server 1 2022-09-19 14:11:45.677689124 +0000 UTC deployed cuopt-22.10.0 22.10.0
nvidia-cuopt-chart cuopt-server 1 2022-09-19 14:11:45.677689124 +0000 UTC deployed cuopt-22.10.1 22.10.1
$ helm uninstall nvidia-cuopt-chart -n cuopt-server
$ scripts/cuopt-helm.sh
$ scripts/wait-cuopt.sh
Expand Down
2 changes: 1 addition & 1 deletion cloud-scripts/scripts/cuopt-helm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
NAMESPACE=cuopt-server
kubectl create namespace $NAMESPACE

helm fetch https://helm.ngc.nvidia.com/nvidia/cuopt/charts/cuopt-22.10.0.tgz --username='$oauthtoken' --password=$API_KEY --untar
helm fetch https://helm.ngc.nvidia.com/nvidia/cuopt/charts/cuopt-22.10.1.tgz --username='$oauthtoken' --password=$API_KEY --untar

case $SERVER_TYPE in
"jupyter")
Expand Down
2 changes: 1 addition & 1 deletion docker-utilities/utilities/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from nvcr.io/nvidia/cuopt/cuopt:22.10
from nvcr.io/nvidia/cuopt/cuopt:22.10.01

COPY requirements.txt .
RUN conda run -n cuopt conda install --file requirements.txt -y
2 changes: 1 addition & 1 deletion docker-utilities/utilities/run_cuopt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ detached=False
detached_log=
jupyterserver=True
requirements=
image=nvcr.io/nvidia/cuopt/cuopt:22.10
image=nvcr.io/nvidia/cuopt/cuopt:22.10.01
localdir=
have_realpath=$(command -v realpath)

Expand Down
2 changes: 1 addition & 1 deletion docker-utilities/utilities/run_server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
# DEALINGS IN THE SOFTWARE.

image=nvcr.io/nvidia/cuopt/cuopt:22.10
image=nvcr.io/nvidia/cuopt/cuopt:22.10.01
detached=False
detached_log=

Expand Down

0 comments on commit 730adb1

Please sign in to comment.