Skip to content

Commit d66d7ce

Browse files
committed
Fix syntax error
Signed-off-by: Dong Hyuk Chang <donghyukc@nvidia.com>
1 parent 5c8e906 commit d66d7ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile.ci

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ RUN --mount=type=secret,id=CI_JOB_TOKEN,target=/run/secrets/CI_JOB_TOKEN \
4747
rm -rf ~/.netrc && \
4848
mkdir -p /tmp/Megatron-LM/megatron/core/ && \
4949
cp pyproject.toml /tmp/Megatron-LM/ && \
50-
cp megatron/core/__init__.py megatron/core/package_info.py /tmp/Megatron-LM/megatron/core/ && \
50+
cp megatron/core/__init__.py megatron/core/package_info.py /tmp/Megatron-LM/megatron/core/
5151

5252
FROM mbridge_base as mbridge_submodule_mcore
5353

0 commit comments

Comments
 (0)