We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e80d96 commit 207c02dCopy full SHA for 207c02d
.gitignore
@@ -6,9 +6,5 @@ dist
6
*.iml
7
**/.ipynb_checkpoints
8
**/.python-version
9
-<<<<<<< HEAD
10
.tox
11
*~
12
-=======
13
-.tox
14
->>>>>>> Add Horovod benchmark (#157)
docker/1.12.0/Dockerfile.gpu
@@ -112,10 +112,7 @@ COPY $framework_support_installable .
112
113
RUN pip install --no-cache-dir -U \
114
keras==2.2.4 \
115
116
mpi4py==3.0.1 \
117
118
->>>>>>> Add SageMaker integ test for hyperparameter tuning model_dir logic (#183)
119
$framework_support_installable \
120
"sagemaker-tensorflow>=1.12,<1.13" \
121
# Let's install TensorFlow separately in the end to avoid
0 commit comments