mirror of
https://github.com/zebrajr/faceswap.git
synced 2026-01-15 12:15:15 +00:00
fix: specific TensorFlow version to the latest 1.x(1.13.1) since it is incompatible with TensorFlow 2.x API (#675)
* fix: specific TensorFlow version to the latest 1.x(1.13.1) since it is incompatible with TensorFlow 2.x API * fix: pin TensorFlow version to 1.12.0 as the main non-Docker code uses that version
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM tensorflow/tensorflow:latest-py3
|
||||
FROM tensorflow/tensorflow:1.12.0-py3
|
||||
|
||||
RUN apt-get update -qq -y \
|
||||
&& apt-get install -y libsm6 libxrender1 libxext-dev python3-tk\
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM tensorflow/tensorflow:latest-gpu-py3
|
||||
FROM tensorflow/tensorflow:1.12.0-gpu-py3
|
||||
|
||||
RUN apt-get update -qq -y \
|
||||
&& apt-get install -y libsm6 libxrender1 libxext-dev python3-tk\
|
||||
|
||||
Reference in New Issue
Block a user