https://github.com/xwi88/gp-example
gp example with docker
https://github.com/xwi88/gp-example
docker gp tensorflow ubuntu-image
Last synced: 3 months ago
JSON representation
gp example with docker
- Host: GitHub
- URL: https://github.com/xwi88/gp-example
- Owner: xwi88
- License: mit
- Created: 2021-12-08T06:40:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-09T02:36:37.000Z (over 3 years ago)
- Last Synced: 2025-01-15T17:37:14.897Z (4 months ago)
- Topics: docker, gp, tensorflow, ubuntu-image
- Language: Shell
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gp-example
gp example with docker
## Env
- `go 1.16+`
- `docker & docker engine, maybe need docker-compose`
- docker image shall use: **v8fg/ubuntu:18.04-go1.17.4-tf-cpu**
- more images ref: [v8fg/docker-compose-resources](https://github.com/v8fg/docker-compose-resources.git)## Command
```bash
# docker image build
make docker-build# docker container run
make docker-up# run docker with build image
make run# print tf and others version
make or make main# login the docker container
make login# stop the docker container, only can be run out of the container
make stop
```