Skip to content

Commit

Permalink
changed workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wesuuu committed Aug 24, 2022
1 parent fd0522e commit 17415e5
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,15 @@ RUN mkdir /opt/local && \
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 && \
pip install -e .[pc]
# conda install -c conda-forge --yes --quiet --verbose cudatoolkit=10.1 && \
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

USER $NB_UID
RUN cd /opt/local/donkeycar && eval "$(conda shell.bash hook)" && conda activate donkey && \
pip install -e .[pc]
# conda install -c conda-forge --yes --quiet --verbose cudatoolkit=10.1 && \

0 comments on commit 17415e5

Please sign in to comment.