Skip to content

Commit

Permalink
Merge pull request #1159 from AI-Hypercomputer:vivianrwu/maxengine_do…
Browse files Browse the repository at this point in the history
…cker

PiperOrigin-RevId: 719049135
  • Loading branch information
maxtext authors committed Jan 24, 2025
2 parents ce378ec + a57b710 commit 9e91ccb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions inference/maxengine_server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ FROM ubuntu:22.04

ENV DEBIAN_FRONTEND=noninteractive
ENV MAXTEXT_VERSION=main
ENV JETSTREAM_VERSION=main

RUN apt -y update && apt install -y --no-install-recommends \
ca-certificates \
Expand All @@ -37,6 +38,7 @@ git checkout ${MAXTEXT_VERSION} && \
bash setup.sh

RUN cd /JetStream && \
git checkout ${JETSTREAM_VERSION} && \
pip install -e .

COPY maxengine_server_entrypoint.sh /usr/bin/
Expand Down

0 comments on commit 9e91ccb

Please sign in to comment.