Sign inSign up

inferyxhub/python_pip

By inferyxhub

Updated 4 months ago

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

Image
Data science
0

608

inferyxhub/python_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.8.10 pre-installed, along with all the essential libraries and dependencies required for the Inferyx platform.

Features Python 3.8.10: 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 -v /app/framework:/app/framework -v /usr/lib/jvm:/usr/lib/jvm -v /var/log/inferyx:/var/log/inferyx python_pip:latest

Tag summary

Content type

Image

Digest

sha256:cd5e85d76

Size

3.8 GB

Last updated

about 2 years ago

docker pull inferyxhub/python_pip