From 1adef11810ea7479bcc57d2ee5992495525678c1 Mon Sep 17 00:00:00 2001 From: wesuuu Date: Wed, 24 Aug 2022 13:25:34 -0700 Subject: [PATCH] Fixed typo --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1c13680..c3a9e74 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN mkdir /opt/local && \ cd donkeycar && \ mamba env create -f install/envs/ubuntu.yml && \ eval "$(conda shell.bash hook)" -RUN mamba install -n donkey cudatoolkit=10.1 tensorflow-gpu=2.2.0 -c anaconda nb_conda_kernels -y && \ +RUN mamba install -n donkey cudatoolkit=10.1 tensorflow-gpu=2.2.0 nb_conda_kernels -c anaconda -y && \ chown -R jovyan /home/jovyan RUN python -m ipykernel install --name=donkey --display-name="Donkey Car ($DONKEYCAR_VERSION-$DONKEYCAR_BRANCH)"