Browse Source

Eliminado archivo temporal

master
parent
commit
89436a2bc0
1 changed files with 0 additions and 18 deletions
  1. +0
    -18
      Dockerfile

+ 0
- 18
Dockerfile View File

@ -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"]

Loading…
Cancel
Save