Skip to content

Commit

Permalink
Added nb_conda_kernels
Browse files Browse the repository at this point in the history
  • Loading branch information
wesuuu committed Aug 24, 2022
1 parent 17415e5 commit 61533a8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,9 @@ 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 -y && \
RUN mamba install -n donkey cudatoolkit=10.1 tensorflow-gpu=2.2.0 -c anaconda nb_conda_kernels -y && \
chown -R jovyan /home/jovyan



RUN python -m ipykernel install --name=donkey --display-name="Donkey Car ($DONKEYCAR_VERSION-$DONKEYCAR_BRANCH)"
RUN chown -R jovyan /opt/local

Expand Down

0 comments on commit 61533a8

Please sign in to comment.