-
Notifications
You must be signed in to change notification settings - Fork 371
Build docker #515
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build docker #515
Conversation
| docker pull mybigpai-public-registry.cn-beijing.cr.aliyuncs.com/easyrec/easyrec:py36-tf1.15-0.7.4 | ||
| docker run -td --network host -v /local_path/EasyRec:/docker_path/EasyRec mybigpai-public-registry.cn-beijing.cr.aliyuncs.com/easyrec/easyrec:py36-tf1.15-0.7.4 | ||
| docker exec -it <CONTAINER_ID> bash | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
上面tf1.15的镜像也更新下:mybigpai-public-registry.cn-beijing.cr.aliyuncs.com/easyrec/easyrec:py36-tf1.15-0.8.5
examples/readme.md
Outdated
| docker exec -it <CONTAINER_ID> bash | ||
|
|
||
|
|
||
| (2) `python=3.8.10` + `tenserflow=2.10.0` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这里改成你新打的2.12的包,mybigpai-public-registry.cn-beijing.cr.aliyuncs.com/easyrec/easyrec:py38-tf2.12-0.8.5
路径别搞错了
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个文件里的镜像版本都改一下啊,改成你最新打的包的路径; 2.10 -> 2.12
examples/readme.md
Outdated
|
|
||
| (2) `python=3.8.10` + `tenserflow=2.10.0` | ||
| (2) `python=3.8.10` + `tenserflow=2.12.0` | ||
| bash scripts/build_docker_tf210.sh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
scripts/build_docker_tf210.sh 这个也得改一下,得新加几个对应的打包脚本
examples/readme.md
Outdated
|
|
||
| -- Docker环境可选 | ||
| (1) `python=3.6.9` + `tenserflow=1.15.5` | ||
| bash scripts/build_docker.sh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这里的脚本也得改下
No description provided.