Skip to content

smapira/docker-microcule

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-microcule

This repository contains Dockerfile for microcule container, based on the tensorflow image.

Install

As a prerequisite, you need Docker to be installed.

To download this image from the public docker hub:

$ docker pull smapira/docker-microcule

To re-build this image from the dockerfile:

$ docker build -t docker-microcule .

Usage

To run:

NAME_SPACE=registry
CONTAINER=repository-$(date +%Y-%m-%d)
docker build -t ${NAME_SPACE}/${CONTAINER} .
docker run -it --name ${CONTAINER} ${NAME_SPACE}/${CONTAINER} bash

cat /etc/*release

DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=16.04
DISTRIB_CODENAME=xenial
DISTRIB_DESCRIPTION="Ubuntu 16.04.3 LTS"
NAME="Ubuntu"
VERSION="16.04.3 LTS (Xenial Xerus)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 16.04.3 LTS"
VERSION_ID="16.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
VERSION_CODENAME=xenial
UBUNTU_CODENAME=xenial

Super Thanks

Stacks

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published