Sign inSign up

inferyxhub/python39_pip

By inferyxhub

Updated about 2 years ago

Container with libraries for the Inferyx platform using Python 3.9.7 on Ubuntu 20.04.

Image
Data science
0

150

inferyxhub/python39_pip repository overview

Description This repository hosts a Docker image tailored for the Inferyx platform. The image is based on Ubuntu 20.04 and comes with Python 3.9.7 pre-installed, along with all the essential libraries and dependencies required for the Inferyx platform.

Features Python 3.9.7: Pre-installed to ensure compatibility with Inferyx scripts and applications. Ubuntu 20.04: Reliable and stable base image. Pre-configured Libraries: Includes all necessary libraries and dependencies for the Inferyx platform. User Configuration: Creates a user named inferyx with sudo privileges. Volume Mounts: Supports mounting of application and log directories for persistent data storage. Usage To use the image, you can pull it from the repository and run it using Docker:

docker pull inferyx_pip:latest

Volumes The image supports the following volume mounts to ensure persistent storage and easy access to necessary files:

/app/framework: Main application directory.

/usr/lib/jvm: Java installations.

/var/log/inferyx: Log files.

Default Command The container defaults to bash, providing an interactive shell for development and troubleshooting.

Example Run Command To start a container with the required volume mounts, use the following command:

docker run -it --network host --name python39_pip -v /app/framework:/app/framework -v /usr/lib/jvm:/usr/lib/jvm -v /var/log/inferyx:/var/log/inferyx -v /var/run/mysqld:/var/run/mysqld inferyxhub/python39_pip:latest

Tag summary

Content type

Image

Digest

sha256:1d476ba4a

Size

4.2 GB

Last updated

about 2 years ago

docker pull inferyxhub/python39_pip