krevsbech / labgrid-docker-images

Docker files to build labgrid coordinator and client images
1 stars 3 forks source link

Optimal python usage #1

Closed kjeldflarup closed 6 years ago

kjeldflarup commented 6 years ago

FROM ubuntu:16.04 could be replaced with FROM python:3

This will give a more clean python 3 only interface, and most likely a smaller image. Backside is that the image may need to be modified locally to add packages.

The use of python virtual environment is usually not necessary in a docker image.

krevsbech commented 6 years ago

Point taken see #3