[bugs] docker file name should be <name>.Dockerfile so it can properly render (#11869)
This commit is contained in:
@@ -47,7 +47,7 @@ jobs:
|
||||
docker build \
|
||||
${PR_REPO:+--build-arg SGLANG_REPO=$PR_REPO} \
|
||||
${PR_HEAD_REF:+--build-arg VER_SGLANG=$PR_HEAD_REF} \
|
||||
. -f docker/Dockerfile.xeon -t sglang_xeon --no-cache
|
||||
. -f docker/xeon.Dockerfile -t sglang_xeon --no-cache
|
||||
|
||||
- name: Run container
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user