Skip to content

Instantly share code, notes, and snippets.

@undying
undying / Pytorch.Dockerfile
Created September 26, 2020 13:44
Dockerfile to build pytorch with AMD support
FROM ubuntu:18.04
RUN set -x \
&& apt-get update \
&& apt-get install \
-y \
--no-install-recommends \
--no-install-suggests \
ca-certificates \