An open API service indexing awesome lists of open source software.

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

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
```