From 1004002dc9543f3d605f1776caa5914ecf93fda0 Mon Sep 17 00:00:00 2001 From: Abdullah Barhoum Date: Thu, 15 Sep 2022 20:12:59 +0200 Subject: [PATCH] add gcc --- services/hlky/Dockerfile | 2 +- services/lstein/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/services/hlky/Dockerfile b/services/hlky/Dockerfile index 07adea2..c837821 100644 --- a/services/hlky/Dockerfile +++ b/services/hlky/Dockerfile @@ -9,7 +9,7 @@ ENV DEBIAN_FRONTEND=noninteractive RUN conda install python=3.8.5 && conda clean -a -y RUN conda install pytorch==1.11.0 torchvision==0.12.0 cudatoolkit=11.3 -c pytorch && conda clean -a -y -RUN apt-get update && apt install fonts-dejavu-core rsync -y && apt-get clean +RUN apt-get update && apt install fonts-dejavu-core rsync gcc -y && apt-get clean RUN <