This is an automated email from the ASF dual-hosted git repository.
cdmikechen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/submarine.git
The following commit(s) were added to refs/heads/master by this push:
new f7c2fe52 SUBMARINE-1390. Update jupyter gpu image cuda to
12.2.0-base-ubuntu20.04
f7c2fe52 is described below
commit f7c2fe5223300d2ba895827fb3678cf97ddd4f10
Author: cdmikechen <[email protected]>
AuthorDate: Sat Jul 8 11:17:26 2023 +0800
SUBMARINE-1390. Update jupyter gpu image cuda to 12.2.0-base-ubuntu20.04
### What is this PR for?
`nvidia/cuda:10.2-base-ubuntu18.04` is no longer found on docker hub
(https://hub.docker.com/r/nvidia/cuda) and we need to update the dockerfile to
latest.
### What type of PR is it?
Hot Fix
### Todos
* [x] - Update `10.2-base-ubuntu18.04` to `12.2.0-base-ubuntu20.04`
### What is the Jira issue?
https://issues.apache.org/jira/browse/SUBMARINE-1390
### How should this be tested?
CI test
### Screenshots (if appropriate)
<img width="1001" alt="image"
src="https://github.com/apache/submarine/assets/12069428/af407877-c9d7-4ab2-b747-6f9bcb73c030">
### Questions:
* Do the license files need updating? No
* Are there breaking changes for older versions? No
* Does this need new documentation? No
Author: cdmikechen <[email protected]>
Signed-off-by: cdmikechen <[email protected]>
Closes #1081 from cdmikechen/SUBMARINE-1390 and squashes the following
commits:
ebed4039 [cdmikechen] update to 12.2.0-base-ubuntu20.04
---
dev-support/docker-images/jupyter-gpu/Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-support/docker-images/jupyter-gpu/Dockerfile
b/dev-support/docker-images/jupyter-gpu/Dockerfile
index 27e0d046..d304b5a5 100644
--- a/dev-support/docker-images/jupyter-gpu/Dockerfile
+++ b/dev-support/docker-images/jupyter-gpu/Dockerfile
@@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-FROM nvidia/cuda:10.2-base-ubuntu18.04
+FROM nvidia/cuda:12.2.0-base-ubuntu20.04
ARG NB_USER="jovyan"
ARG NB_UID="1000"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]