瀏覽代碼

remove GPU build on Python server

Alex Tran 3 年之前
父節點
當前提交
352800223e
共有 1 個文件被更改,包括 5 次插入5 次删除
  1. 5 5
      machine_learning/Dockerfile

+ 5 - 5
machine_learning/Dockerfile

@@ -1,13 +1,13 @@
 ## GPU Build
-FROM tensorflow/tensorflow:latest-gpu as gpu
+# FROM tensorflow/tensorflow:latest-gpu as gpu
 
-WORKDIR /code
+# WORKDIR /code
 
-COPY ./requirements.txt /code/requirements.txt
+# COPY ./requirements.txt /code/requirements.txt
 
-RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
+# RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
 
-COPY ./app /code/app
+# COPY ./app /code/app
 
 
 ## CPU BUILD