diff --git a/install/from-scratch.sh b/install/from-scratch.sh
index bcb1b88205b3ff89f570dd8a2a070669335b83cf..82af9be966e2fdc9aa79f623311df52bb1d7c92e 100755
--- a/install/from-scratch.sh
+++ b/install/from-scratch.sh
@@ -63,9 +63,10 @@ ${CONDA} create --yes -n ${NAME} --override-channels -c conda-forge -c defaults
   virtualenv \
   vlfeat
 
-if [ "$(uname)" == "Linux" ] && [ ${PYTHON_VERSION} == "2.7" ]; then
-    ${CONDA} install --yes -n ${NAME} --override-channels -c conda-forge -c defaults caffe
-fi
+# Commented out while @amohammadi fixes it in conda-forge
+#if [ "$(uname)" == "Linux" ] && [ ${PYTHON_VERSION} == "2.7" ]; then
+#    ${CONDA} install --yes -n ${NAME} --override-channels -c conda-forge -c defaults caffe
+#fi
 
 echo "[>>] Pip-installing extra dependencies in environment ${NAME} for ${PYTHON_VERSION}..."
 source ${BASEDIR}/bin/activate ${NAME}