Python Image for the TWT Weekly Challenges
1.1K
Use the docker image like so -
# syntax=docker/dockerfile:1
FROM pythonaddike/twt-weekly-challenge-python:latest
COPY . .
CMD [ "bash", "-c", "...." ]
Check out the source code at classPythonAddike/twt-docker-images
Content type
Image
Digest
Size
17 MB
Last updated
almost 5 years ago
docker pull pythonaddike/twt-weekly-challenge-python