Skip to content

Instantly share code, notes, and snippets.

View liujingcs's full-sized avatar

liujingcs liujingcs

View GitHub Profile
@liujingcs
liujingcs / Dockerfile
Last active October 29, 2020 12:32
pengcheng_docker
# ==================================================================
# module list
# ------------------------------------------------------------------
# python 3.7 (miniconda)
# pytorch 1.3.0 (conda)
# ==================================================================
FROM nvidia/cuda:10.1-devel-ubuntu18.04
ENV LANG=C.UTF-8 LC_ALL=C.UTF-8
@liujingcs
liujingcs / Dockerfile
Created February 19, 2020 06:20 — forked from chenyaofo/Dockerfile
pytorch1.3-py37
# ==================================================================
# module list
# ------------------------------------------------------------------
# python 3.7 (miniconda)
# pytorch 1.3.0 (conda)
# ==================================================================
FROM nvidia/cuda:10.1-runtime-ubuntu18.04
ENV LANG=C.UTF-8 LC_ALL=C.UTF-8