mirror of
https://github.com/ArthurDanjou/handson-ml3.git
synced 2026-01-27 18:20:26 +01:00
Change environment name from tf2 to homl3
This commit is contained in:
@@ -43,7 +43,7 @@ RUN chown ${username}:${username} ${workdir}
|
||||
USER ${username}
|
||||
WORKDIR ${workdir}
|
||||
|
||||
ENV PATH /opt/conda/envs/tf2/bin:$PATH
|
||||
ENV PATH /opt/conda/envs/homl3/bin:$PATH
|
||||
|
||||
# The config below enables diffing notebooks with nbdiff (and nbdiff support
|
||||
# in git diff command) after connecting to the container by "make exec" (or
|
||||
|
||||
Reference in New Issue
Block a user