Skip to content

Commit daa7b92

Browse files
committed
update apt
1 parent 5964de1 commit daa7b92

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Dockerfile

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
FROM ovhcom/ai-training-pytorch:1.6.0
22
LABEL maintainer="datalab-mi"
33

4-
RUN apt-get install -y make
5-
RUN apt-get install g++
4+
RUN apt update -y && \
5+
apt install -y bash \
6+
build-essential \
7+
g++ && \
8+
rm -rf /var/lib/apt/lists
9+
610
RUN wget https://github.com/facebookresearch/fastText/archive/v0.9.2.zip
711
RUN unzip v0.9.2.zip
812
WORKDIR fastText-0.9.2

0 commit comments

Comments
 (0)