From b10c0798d9c918cf485bfcea7a4ec6362e648379 Mon Sep 17 00:00:00 2001 From: Marcelo Cysneiros Date: Tue, 28 Jun 2022 07:59:41 -0300 Subject: [PATCH] remove unnecessary packages --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5460c44..26b1a3f 100755 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Marcelo Vinícius Cysneiros Aragão, Samuel Baraldi Mafra e Felipe Augusto Perei docker pull tensorflow/tensorflow:latest-gpu docker run --gpus all -it tensorflow/tensorflow:latest-gpu bash - apt update && apt install git vim wget -y + apt update && apt install git -y git clone https://github.com/marcelovca90/DL-ChannelDecoding.git cd DL-ChannelDecoding/scripts pip install matplotlib pandas