From 204f359a1e11fff79e72e3b14b5736bd76f187c9 Mon Sep 17 00:00:00 2001 From: JMGaljaard Date: Mon, 26 Sep 2022 11:08:08 +0200 Subject: [PATCH] Cleanup docker file for FLTK --- Dockerfile | 12 ------------ 1 file changed, 12 deletions(-) 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/