gpt4 book ai didi

docker - 无法使用gpu和docker在Google云端平台上打开jupyter

转载 作者:行者123 更新时间:2023-12-02 19:57:37 24 4
gpt4 key购买 nike

我想使用以下命令打开jupyter:

docker run --runtime=nvidia --name tensorflow1 -it -p 8888:8888 -p 6006:6006 tensorflow/tensorflow:latest-gpu-py3-jupyter

我无法使用浏览器打开它。该系统术语看起来不错,因为它说:
To access the notebook, open this file in a browser:
file:///root/.local/share/jupyter/runtime/nbserver-8-open.html
Or copy and paste one of these URLs:
http://(568ebbf84a86 or 127.0.0.1):8888/?token=17fc57d57c89f56c460748f464b488c59f8ddccf5793e7

但是,当我使用外部IP地址打开它时,我无法连接,系统显示:
[W 06:15:52.336 NotebookApp] 404 GET http://110.249.212.46/testget?q=23333&port=8888 (110.249.212.46) 38.11ms referer=None

我已经建立了外部IP地址并建立了防火墙。

如果使用以下命令,则没有问题:
docker run --runtime=nvidia -it --rm tensorflow/tensorflow:latest-gpu 

并粘贴了以下测试:
python -c "import tensorflow as tf; tf.enable_eager_execution(); print(tf.reduce_sum(tf.random_normal([1000, 1000])))"

如何解决这个问题呢?

最佳答案

经过一个月的调试,最后,最后,最后,最后,最后,最后,最后,最后,最后,最后,最后,最后,最后
我喜欢这个答案:

谷歌云平台只为Docker部署打开一个端口8080

因此,如果您要打开docker jupyter笔记本,则应使用以下方法:

docker run  --runtime=nvidia --name tensorflow1 -it  -p 8080:8888 tensorflow/tensorflow:latest-gpu-py3-jupyter

注意8080:8888

关于docker - 无法使用gpu和docker在Google云端平台上打开jupyter,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56815940/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com