Skip to content

Commit

Permalink
Fix FROM value
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshLoecker committed Nov 29, 2023
1 parent 3d0a18a commit 7d89d73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN ls "${HOME}" && \
pip cache purge && \
mamba clean --all --yes

FROM jupyter/r-notebook:latestm
FROM jupyter/r-notebook:latest

COPY --from=builder ${HOME} ${HOME}

Expand Down

0 comments on commit 7d89d73

Please sign in to comment.