Skip to content

Commit

Permalink
Remove unstable`tags from rocm and arc
Browse files Browse the repository at this point in the history
  • Loading branch information
Atinoda committed Feb 9, 2024
1 parent 76742f1 commit f971ca0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ CMD ["python3", "/app/server.py"]

# ROCM
# Base
FROM run_base AS base-rocm-unstable
FROM run_base AS base-rocm
# Copy venv
COPY --from=app_rocm $VIRTUAL_ENV $VIRTUAL_ENV
# Variant parameters
Expand All @@ -171,7 +171,7 @@ ENV EXTRA_LAUNCH_ARGS=""
CMD ["python3", "/app/server.py"]

# Extended
FROM run_base AS default-rocm-unstable
FROM run_base AS default-rocm
# Copy venv
COPY --from=app_rocm_x $VIRTUAL_ENV $VIRTUAL_ENV
# Variant parameters
Expand All @@ -182,7 +182,7 @@ CMD ["python3", "/app/server.py"]

# ARC
# Base
FROM run_base AS base-arc-unstable
FROM run_base AS base-arc
# Copy venv
COPY --from=app_arc $VIRTUAL_ENV $VIRTUAL_ENV
# Variant parameters
Expand All @@ -191,7 +191,7 @@ ENV EXTRA_LAUNCH_ARGS=""
CMD ["python3", "/app/server.py"]

# Extended
FROM run_base AS default-arc-unstable
FROM run_base AS default-arc
# Copy venv
COPY --from=app_arc_x $VIRTUAL_ENV $VIRTUAL_ENV
# Variant parameters
Expand Down

0 comments on commit f971ca0

Please sign in to comment.