Skip to content

Commit

Permalink
no conda dir
Browse files Browse the repository at this point in the history
  • Loading branch information
gregjan committed Aug 10, 2023
1 parent cb7b675 commit 21a679e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ USER root
RUN apt-get update \
&& apt-get -y install tesseract-ocr python3-pip \
&& rm -rf /var/lib/apt/lists/* \
fix-permissions "${CONDA_DIR}" && \
fix-permissions "/home/${NB_USER}"

# If you do switch to root, always be sure to add a "USER $NB_USER" command at the end of the
Expand All @@ -15,5 +14,4 @@ USER $NB_USER

# Add RUN statements to install packages as the $NB_USER defined in the base images.
RUN pip install --no-cache-dir 'opencv-contrib-python' 'pytesseract' 'Pillow' && \
fix-permissions "${CONDA_DIR}" && \
fix-permissions "/home/${NB_USER}"

0 comments on commit 21a679e

Please sign in to comment.