Skip to content

Commit

Permalink
Rename dvcx to datachain on airgap-procedure.md (#5274)
Browse files Browse the repository at this point in the history
  • Loading branch information
0x2b3bfa0 committed Jul 8, 2024
1 parent 8e8c742 commit 1f07fd2
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ $ docker save docker.iterative.ai/studio-frontend:$STUDIO_VERSION > studio-front
$ docker pull docker.iterative.ai/studio-backend:$STUDIO_VERSION
$ docker save docker.iterative.ai/studio-backend:$STUDIO_VERSION > studio-backend-$STUDIO_VERSION.tar
$ docker pull docker.iterative.ai/studio-dvcx-worker:$STUDIO_VERSION
$ docker save docker.iterative.ai/studio-dvcx-worker:$STUDIO_VERSION > studio-dvcx-worker-$STUDIO_VERSION.tar
$ docker pull docker.iterative.ai/studio-datachain-worker:$STUDIO_VERSION
$ docker save docker.iterative.ai/studio-datachain-worker:$STUDIO_VERSION > studio-datachain-worker-$STUDIO_VERSION.tar
```

3. Transfer the Helm chart and Docker images to the instance
Expand All @@ -62,7 +62,7 @@ any method that you deem acceptable will do.
```cli
$ docker load -i studio-frontend-$STUDIO_VERSION.tar
$ docker load -i studio-backend-$STUDIO_VERSION.tar
$ docker load -i studio-dvcx-worker-$STUDIO_VERSION.tar
$ docker load -i studio-datachain-worker-$STUDIO_VERSION.tar
```

5. Upgrading DVC Studio
Expand Down

0 comments on commit 1f07fd2

Please sign in to comment.