@@ -58,16 +58,26 @@ The Docker Images have been uploaded to [Docker Hub](https://hub.docker.com/r/sh
5858
59591. [Anaconda Python Environment](https://github.com/SuperBruceJia/pytorch-flask-deploy-webapp/tree/master/BiLSTM-docker-Anaconda) --> 2.22 GB (V1.0)
6060
61- continuumio/anaconda3:4.4.0
61+ *Used Image*: continuumio/anaconda3:4.4.0
6262
63632. [Standard Python Environment](https://github.com/SuperBruceJia/pytorch-flask-deploy-webapp/tree/master/BiLSTM-docker-Python) --> 617.96 MB (V2.0)
6464
65- Python:3
65+ *Used Image*: Python:3
6666
67673. [Smaller Python Environment](https://github.com/SuperBruceJia/pytorch-flask-deploy-webapp/tree/master/BiLSTM-docker-Python-Smaller) --> 447.05 MB (V4.0)
6868
69- python:3.8-slim-buster
70-
69+ *Used Image*: python:3.8-slim-buster
70+
71+ ## Reference Image and Readings
72+
73+ 1. [Python Image](https://hub.docker.com/_/python?tab=description)
74+
75+ 2. [Anaconda Image](https://hub.docker.com/r/continuumio/anaconda3)
76+
77+ 3. [My uploaded Docker Images](https://hub.docker.com/r/shuyuej/ner-pytorch-model/tags)
78+
79+ 4. [The best Docker base image for your Python application](https://pythonspeed.com/articles/base-image-python-docker-images/)
80+
7181## License
7282
7383MIT License
0 commit comments