From a7b33a82d832b8061916bcf811e4061724dc9efd Mon Sep 17 00:00:00 2001 From: Katsuya Hyodo Date: Fri, 6 May 2022 09:07:24 +0900 Subject: [PATCH] Delete Dockerfile --- Dockerfile | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 Dockerfile diff --git a/Dockerfile b/Dockerfile deleted file mode 100644 index 9af1e44..0000000 --- a/Dockerfile +++ /dev/null @@ -1,15 +0,0 @@ -FROM ubuntu:20.04 - -ENV DEBIAN_FRONTEND=noninteractive - -RUN apt-get update && apt-get install -y \ - nano python3-pip python3-mock libpython3-dev \ - libpython3-all-dev python-is-python3 \ - software-properties-common nano \ - && sed -i 's/# set linenumbers/set linenumbers/g' /etc/nanorc \ - && apt clean \ - && rm -rf /var/lib/apt/lists/* - -RUN pip install onnx \ - && python3 -m pip install -U onnx_graphsurgeon --index-url https://pypi.ngc.nvidia.com \ - && pip install -U soc4onnx