Skip to content

Commit 37c9548

Browse files
remove cleanup logic
1 parent 234aa1d commit 37c9548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/x86_64/gpu/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ RUN chmod +x /usr/local/bin/deep_learning_container.py && \
3737
chmod +x ${HOME_DIR}/oss_compliance/generate_oss_compliance.sh && \
3838
${HOME_DIR}/oss_compliance/generate_oss_compliance.sh ${HOME_DIR} ${PYTHON} && \
3939
# create symlink for python
40-
ln -s /usr/bin/python3 /usr/bin/python && \
40+
ln -s /usr/bin/python3 /usr/bin/python
4141
# clean up
4242
# rm -rf ${HOME_DIR}/oss_compliance* && \
4343
# rm -rf /tmp/tmp* && \

0 commit comments

Comments
 (0)