Skip to content

Commit

Permalink
fix: Fixed Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
fg-mindee committed Feb 24, 2022
1 parent 0506938 commit f7f585f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Build docker image
run: docker build . -t doctr-py3.8.1-tf2.4-slim
run: docker build . -t doctr-tf-py3.8-slim
- name: Run docker container
run: docker run doctr-py3.8.1-tf2.4-slim python -c 'import doctr'
run: docker run doctr-tf-py3.8-slim python -c 'import doctr'

pytest-api:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.8.1-slim
FROM python:3.8-slim

ENV PYTHONUNBUFFERED 1
ENV PYTHONDONTWRITEBYTECODE 1
Expand Down

0 comments on commit f7f585f

Please sign in to comment.