Sign inSign up

jlmconsulting/node-python-2024

By jlmconsulting

Updated about 2 years ago

docker run -it jlmconsulting/node-python-2024 /bin/bash -c "node -v && python3.10 --version"

Image
API management
Machine learning & AI
0

10K+

jlmconsulting/node-python-2024 repository overview

jlmconsulting/node-python-2024

This Docker image contains Node.js 20 and Python 3.10. It is designed to provide a dual environment for applications requiring both.

Usage

You can run this image and check the versions of Node.js and Python with the following command:

docker run -it jlmconsulting/node-python-2024 /bin/bash -c "node -v && python3.10 --version"

Example

# Start a container interactively
docker run -it jlmconsulting/node-python-2024 /bin/bash

# Check versions inside the container
node -v
python3.10 --version

Tag summary

Content type

Image

Digest

sha256:0bdbffd97

Size

745.7 MB

Last updated

about 2 years ago

docker pull jlmconsulting/node-python-2024