Skip to content

Commit

Permalink
Merge pull request #214 from krishnakumarg1984/kg/cleanup_sum_dockerfile
Browse files Browse the repository at this point in the history
chore: cleanup Dockerfile for sum.py example by removing cython insta…
  • Loading branch information
aturner-epcc authored May 14, 2024
2 parents 8b7fa37 + b44962b commit d82f867
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker-intro/sum/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
FROM alpine
RUN apk add --update python3 py3-pip python3-dev
RUN pip install cython
CMD ["python3", "--version"]
Binary file modified files/docker-intro.zip
Binary file not shown.

0 comments on commit d82f867

Please sign in to comment.