Skip to content

Commit d6634b8

Browse files
authored
Update Dockerfile
1 parent b6b34a9 commit d6634b8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

yogapose/Dockerfile

+1-3
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,7 @@ RUN apt-get update && \
5151
RUN echo "en_US.UTF-8 UTF-8" > /etc/locale.gen && \
5252
locale-gen
5353

54-
ENV CONDA_DIR=/opt/conda \
55-
SHELL=/bin/bash \
56-
NB_USER=jovyan \
54+
ENV SHELL=/bin/bash \
5755
NB_UID=1000 \
5856
NB_GID=100 \
5957
LC_ALL=en_US.UTF-8 \

0 commit comments

Comments
 (0)