File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,16 +9,16 @@ RUN unzip ./h2o-3.18.0.8.zip
9
9
RUN mv h2o-3.18.0.8/h2o.jar /tmp/
10
10
11
11
ADD ./requirements.txt /
12
- RUN pip install -r /requirements.txt
12
+ RUN pip3 install -r /requirements.txt
13
13
14
14
ADD . /simple_tensorflow_serving/
15
15
WORKDIR /simple_tensorflow_serving/
16
16
RUN cp ./third_party/openscoring/openscoring-server-executable-1.4-SNAPSHOT.jar /tmp/
17
17
18
- # RUN pip install simple-tensorflow-serving
18
+ # RUN pip3 install simple-tensorflow-serving
19
19
RUN python ./setup.py install
20
20
21
21
EXPOSE 8500
22
22
23
23
# CMD ["simple_tensorflow_serving", "--port=8500", "--model_base_path=./models/tensorflow_template_application_model"]
24
- CMD ["simple_tensorflow_serving", "--port=8500", "--model_config_file=./examples/model_config_file.json"]
24
+ CMD ["simple_tensorflow_serving", "--port=8500", "--model_config_file=./examples/model_config_file.json"]
You can’t perform that action at this time.
0 commit comments