Skip to content

Commit

Permalink
Merge pull request #1 from cases-umd/dev
Browse files Browse the repository at this point in the history
trying docker hub publish action
  • Loading branch information
gregjan authored Aug 10, 2023
2 parents 21a679e + 384751f commit 2829b8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM jupyter/tensorflow-notebook:lab-4.0.3
# change file permissions, etc.
USER root
RUN apt-get update \
&& apt-get -y install tesseract-ocr python3-pip \
&& apt-get -y install tesseract-ocr python3-pip \
&& rm -rf /var/lib/apt/lists/* \
fix-permissions "/home/${NB_USER}"

Expand Down

0 comments on commit 2829b8e

Please sign in to comment.