diff --git a/Dockerfile b/Dockerfile index 411545f2..3d4c8931 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,21 +5,9 @@ MAINTAINER Jeroen Galjaard # Run build without interactive dialogue ARG DEBIAN_FRONTEND=noninteractive -# ENV GLOO_SOCKET_IFNAME=eth0 -# ENV TP_SOCKET_IFNAME=eth0 - # Define the working directory of the current Docker container WORKDIR /opt/federation-lab -## Update the Ubuntu software repository and fetch packages -#RUN apt-get update \ -# && apt-get install -y python3.9 - -# Setup pip3.9 for dependencies -#RUN apt install -y curl python3.9-distutils -#RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py -#RUN python3 get-pip.py - # Add Pre-downloaded models (otherwise needs be run every-time) ADD data/ data/