6 lines
172 B
Bash
Executable File
6 lines
172 B
Bash
Executable File
#!/bin/sh
|
|
|
|
DOCKER_TAG=github.com/pythonstock/stock/tensorflow-py3:latest
|
|
|
|
echo "docker build -f DockerBase -t ${DOCKER_TAG} ."
|
|
docker build -f DockerBase -t ${DOCKER_TAG} . |