Skip to content

infrasonar/python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Python base image for InfraSonar probes and agents

It is recommended to use a version tag when building probes or agent, so it is clear which version is being used.

Example Dockerfile

FROM ghcr.io/infrasonar/python:3.14.3
ADD . /code
WORKDIR /code
RUN pip install --no-cache-dir -r requirements.txt
CMD ["python", "main.py"]

About

Python base image for InfraSonar probes and agents

Resources

Code of conduct

Stars

Watchers

Forks

Packages

 
 
 

Contributors