riyan-dcosta / learn-python

python basic functionalities
Apache License 2.0
1 stars 0 forks source link

One WorkSpace #2

Open riyan-dcosta opened 1 year ago

riyan-dcosta commented 1 year ago

Currently we may have different python versions and may also have different OS in future. Must need to find a best approach so there wont be any runtime failures.

Some options to run as container

riyan-dcosta commented 1 year ago

Used Docker to get python 3.11.4-slim image. Need to Install Docker in local machine and execute docker build --tag python-docker . command. Then to run the docker image use this command docker run python-docker

Use of Docker

TODOs

riyan-dcosta commented 1 year ago

With the current Dev Container approach, the docker container can be run in GitHub CodeSpaces, Codespace is created in feat/flask_api branch.

riyan-dcosta commented 1 year ago

fix #8