Skip to content

Commit

Permalink
point
Browse files Browse the repository at this point in the history
  • Loading branch information
parambole committed Jul 25, 2024
1 parent 1197bed commit 16d6be5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions maxdiffusion_jax_stable_stack_tpu.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ WORKDIR /deps
COPY . .
RUN ls .

# ARG MAXDIFFUSION_REQUIREMENTS_FILE
ARG MAXDIFFUSION_REQUIREMENTS_FILE

# # Install Maxdiffusion requirements
# RUN if [ ! -z "${MAXDIFFUSION_REQUIREMENTS_FILE}" ]; then \
# echo "Using MaxDiffusion requirements: ${MAXDIFFUSION_REQUIREMENTS_FILE}" && \
# pip install -r /deps/${MAXDIFFUSION_REQUIREMENTS_FILE}; \
# fi
# Install Maxdiffusion requirements
RUN if [ ! -z "${MAXDIFFUSION_REQUIREMENTS_FILE}" ]; then \
echo "Using MaxDiffusion requirements: ${MAXDIFFUSION_REQUIREMENTS_FILE}" && \
pip install -r /deps/${MAXDIFFUSION_REQUIREMENTS_FILE}; \
fi

# # Install MaxDiffusion
# RUN pip install .
# Install MaxDiffusion
RUN pip install .

# Run the script available in JAX-Stable-Stack base image to generate the manifest file
RUN bash /generate_manifest.sh PREFIX=maxdiffusion COMMIT_HASH=$COMMIT_HASH

0 comments on commit 16d6be5

Please sign in to comment.