Skip to content

Commit

Permalink
added fp16 flag
Browse files Browse the repository at this point in the history
  • Loading branch information
cfregly committed Dec 11, 2017
1 parent 4cb476d commit 166a902
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gpu.ml/Dockerfile.cpu
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
#FROM fluxcapacitor/package-tensorflow-7a7fe93-4c0052d-full-cpu:master
FROM fluxcapacitor/package-tensorflow-16d39e9-d690fdd-full-cpu:master

# ADD THIS!
# TF_FP16_MATMUL_USE_FP32_COMPUTE=0

WORKDIR /root

# Based on the following: https://github.com/jupyterhub/jupyterhub/blob/master/Dockerfile
Expand Down
3 changes: 3 additions & 0 deletions gpu.ml/Dockerfile.gpu
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
FROM fluxcapacitor/package-tensorflow-16d39e9-d690fdd-full-gpu:master

# ADD THIS!
# TF_FP16_MATMUL_USE_FP32_COMPUTE=0

WORKDIR /root

# Based on the following: https://github.com/jupyterhub/jupyterhub/blob/master/Dockerfile
Expand Down

0 comments on commit 166a902

Please sign in to comment.