Skip to content

Commit e7c49f1

Browse files
committed
Update Dockerfile
1 parent 223417e commit e7c49f1

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

docker/Dockerfile

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
FROM nvcr.io/nvidia/pytorch:20.11-py3
22

3-
RUN apt update
3+
RUN apt-get update
44
RUN apt-get update && apt-get upgrade -y && apt-get install -y vim && apt-get install -y git
55
RUN apt-get install -y g++ && apt-get install -y curl
66

77
# java
8-
RUN apt install -y software-properties-common
8+
RUN apt-get install -y software-properties-common
99
RUN add-apt-repository ppa:openjdk-r/ppa
10-
RUN apt update
11-
RUN apt install -y openjdk-11-jdk
10+
RUN apt-get update
11+
RUN apt-get install -y openjdk-11-jdk
1212

1313
# konlpy
1414
RUN pip install konlpy
@@ -19,7 +19,6 @@ RUN pip install --upgrade pip
1919
RUN pip install matplotlib seaborn scikit-learn scipy pandas numpy jupyter gluonnlp==0.10.0 wandb==0.12.18 transformers==4.18.0 einops
2020
RUN pip install git+https://[email protected]/SKTBrain/KoBERT.git@master
2121

22-
2322
RUN apt-get install -y fonts-nanum
2423
RUN rm -rf ~/.cache/matplotlib/*
2524

0 commit comments

Comments
 (0)