Sign inSign up

jinkyoungheo/python3

By jinkyoungheo

Updated over 2 years ago

Python3 installed

Image
0

2.5K

jinkyoungheo/python3 repository overview

docker run

3.8-tf-flask

  • Tensorflow & Keras installed.
  • The flask application is running.
docker run -d -p 5000:5000 jinkyoungheo/python3:3.8-tf-flask

3.8-flask

  • The flask application is running
docker run -d -p 5000:5000 jinkyoungheo/python3:3.8-flask

3.8

docker run -d -t jinkyoungheo/python3:3.8
  • The tag of the official image has been changed to make it easier to find on docker desktops.
  • Python 3.8 is installed.
  • Use as a base image

Tag summary

Content type

Image

Digest

sha256:85773ce57

Size

657.2 MB

Last updated

over 2 years ago

docker pull jinkyoungheo/python3:3.8-tf-flask