4 lines
76 B
Docker
4 lines
76 B
Docker
FROM continuumio/anaconda3:latest
|
|
|
|
RUN apt-get update && apt-get install -y
|