File tree Expand file tree Collapse file tree 9 files changed +19
-0
lines changed
pkg/workloads/cortex/serve Expand file tree Collapse file tree 9 files changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -142,6 +142,7 @@ nltk==3.4.5
142142np-utils==0.5.12.1
143143numpy==1.18.0
144144pandas==0.25.3
145+ opencv-python==4.1.2.30
145146Pillow==6.2.1
146147requests==2.22.0
147148scikit-image==0.16.2
Original file line number Diff line number Diff line change @@ -110,6 +110,7 @@ dill==0.3.1.1
110110msgpack==0.6.2
111111numpy==1.18.0
112112requests==2.22.0
113+ opencv-python==4.1.2.30
113114tensor2tensor==1.15.2
114115tensorflow-hub==0.7.0
115116tensorflow==2.0.0
Original file line number Diff line number Diff line change @@ -14,6 +14,9 @@ RUN apt-get update -qq && apt-get install -y -q \
1414 python3.6-dev \
1515 python3.6-distutils \
1616 git \
17+ libsm6 \
18+ libxext6 \
19+ libxrender-dev \
1720 && apt-get clean -qq && rm -rf /var/lib/apt/lists/* && \
1821 curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py && \
1922 python3.6 get-pip.py && \
Original file line number Diff line number Diff line change @@ -14,6 +14,9 @@ RUN apt-get update -qq && apt-get install -y -q \
1414 python3.6-dev \
1515 python3.6-distutils \
1616 git \
17+ libsm6 \
18+ libxext6 \
19+ libxrender-dev \
1720 && apt-get clean -qq && rm -rf /var/lib/apt/lists/* && \
1821 curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py && \
1922 python3.6 get-pip.py && \
Original file line number Diff line number Diff line change @@ -14,6 +14,9 @@ RUN apt-get update -qq && apt-get install -y -q \
1414 python3.6-dev \
1515 python3.6-distutils \
1616 git \
17+ libsm6 \
18+ libxext6 \
19+ libxrender-dev \
1720 && apt-get clean -qq && rm -rf /var/lib/apt/lists/* && \
1821 curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py && \
1922 python3.6 get-pip.py && \
Original file line number Diff line number Diff line change @@ -14,6 +14,9 @@ RUN apt-get update -qq && apt-get install -y -q \
1414 python3.6-dev \
1515 python3.6-distutils \
1616 git \
17+ libsm6 \
18+ libxext6 \
19+ libxrender-dev \
1720 && apt-get clean -qq && rm -rf /var/lib/apt/lists/* && \
1821 curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py && \
1922 python3.6 get-pip.py && \
Original file line number Diff line number Diff line change @@ -14,6 +14,9 @@ RUN apt-get update -qq && apt-get install -y -q \
1414 software-properties-common \
1515 zlib1g-dev \
1616 git \
17+ libsm6 \
18+ libxext6 \
19+ libxrender-dev \
1720 && apt-get clean -qq && rm -rf /var/lib/apt/lists/*
1821
1922COPY pkg/workloads/cortex/lib/requirements.txt /src/cortex/lib/requirements.txt
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ joblib==0.14.1
33Keras==2.3.1
44nltk==3.4.5
55np-utils==0.5.12.1
6+ opencv-python==4.1.2.30
67pandas==0.25.3
78Pillow==6.2.1
89scikit-image==0.16.2
Original file line number Diff line number Diff line change 1+ opencv-python==4.1.2.30
12tensor2tensor==1.15.2
23tensorflow-hub==0.7.0
34
You can’t perform that action at this time.
0 commit comments