pytorch_geometric pytorch 1.1 / python 3.6.2/ cuda 9.2
2.9K
FROM registry.navercorp.com/ami/pytorch:1.1-py3.6.2-cuda9.2
RUN apt-get update && apt-get install -y --no-install-recommends
autoconf automake libtool curl make g++ unzip
RUN rm -rf /var/lib/apt/lists/*
RUN pip install torch-geometric
torch-scatter
torch-sparse
torch-cluster
torch-spline-conv
cloudpickle
WORKDIR /workspace
Content type
Image
Digest
Size
2.9 GB
Last updated
over 7 years ago
docker pull imcomking/pytorch_geometric