File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 13
13
# See the License for the specific language governing permissions and
14
14
# limitations under the License.
15
15
#
16
- FROM golang:1.21.9
16
+ FROM golang:1.23.0
17
17
18
18
RUN apt-get update && \
19
19
apt-get -y install git unzip build-essential autoconf libtool protobuf-compiler libprotobuf-dev && \
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ git+https://github.com/dtrawins/optimum-intel.git@concurrency_support_cloneall
5
5
6
6
onnx == 1.17.0
7
7
pillow == 10.3.0
8
- optimum [diffusers ]== 1.17 .1
8
+ optimum [diffusers ]== 1.18 .1
9
9
tritonclient [grpc ]== 2.51.0 # Required to use batch string serialization/deserialization (4byte length prepend)
10
- transformers = =4.49 # 4.50 has a bug
10
+ transformers < =4.49 # 4.50 has a bug
11
11
diffusers == 0.29.2
12
12
datasets == 2.18.0
13
13
numpy < 2.0
You can’t perform that action at this time.
0 commit comments