Skip to content

Commit

Permalink
Merge 25f1311 into dd1e31e
Browse files Browse the repository at this point in the history
  • Loading branch information
willgraf committed Sep 28, 2020
2 parents dd1e31e + 25f1311 commit 38496b6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
9 changes: 4 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,12 @@ git:
language: python

python:
- 2.7
- 3.5
- 3.6
- 3.7

env:
- TF_VERSION=1.14.0
- TF_VERSION=1.15.0
- TF_VERSION=1.15.4

install:
# code below is taken from https://github.com/keras-team/keras/blob/master/.travis.yml
Expand Down Expand Up @@ -73,8 +72,8 @@ jobs:
include:
- stage: deploy
if: tag IS present
env: TF_VERSION=1.14.0
python: 3.6
env: TF_VERSION=1.15.4
python: 3.7
script:
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
# build an image with the CPU TensorFlow base image
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Use tensorflow/tensorflow as the base image
# Change the build arg to edit the tensorflow version.
# Only supporting python3.
ARG TF_VERSION=1.14.0-gpu
ARG TF_VERSION=1.15.4-gpu

FROM tensorflow/tensorflow:${TF_VERSION}-py3

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ numpy>=1.16.4,<2
scipy>=1.1.0,<2
scikit-image>=0.14.1,<=0.16.2
scikit-learn>=0.19.1,<1
tensorflow>=1.14.0,<2
tensorflow>=1.15.4,<2
jupyter>=1.0.0,<2
nbformat>=4.4.0,<5
keras-applications==1.0.8
Expand Down

0 comments on commit 38496b6

Please sign in to comment.