-
Notifications
You must be signed in to change notification settings - Fork 0
a1309820/ML_test
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
To run a python script from the Docker image ags98234/python-ml use the following command: docker run -v `pwd`:/test ags98234/python-ml python /test/t.py - that will mount a volume of the pwd to /test in the image - t.py exists in the pwd (outside of the image) and therefore also in the /test directory in the image - the command python /test/t.py is submitted in the container
About
Creation of Docker Container with Python3 and calling a test Python program
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published