From 89436a2bc03cb7a8264832c35e80501202f805e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Perez=20Mart=C3=ADnez?= Date: Tue, 16 Aug 2022 14:23:32 +0000 Subject: [PATCH] Eliminado archivo temporal --- Dockerfile | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 Dockerfile diff --git a/Dockerfile b/Dockerfile deleted file mode 100644 index 1d3c5ec..0000000 --- a/Dockerfile +++ /dev/null @@ -1,18 +0,0 @@ -FROM ubuntu:20.04 -RUN apt update; \ - apt upgrade -y; \ - apt install software-properties-common -y; \ - add-apt-repository ppa:deadsnakes/ppa; \ - apt update; - -RUN cd home; \ - apt install git -y; \ - git clone https://github.com/anki/vector-python-sdk.git; \ - apt install python3-pip -y; \ - apt-get install python3-pil.imagetk; \ - python3 -m pip install --user anki_vector; \ - python3 -m pip install --user --upgrade anki_vector; \ - pip install protobuf==3.20.*; - - -#CMD ["bash"]