yusufs commited on
Commit
07f1655
·
verified ·
1 Parent(s): c2c4fef

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -13
Dockerfile CHANGED
@@ -22,19 +22,6 @@ ENV VLLM_USE_TRITON_FLASH_ATTN=0
22
  # Choose XFORMERS that most stable for T4
23
  ENV VLLM_ATTENTION_BACKEND=XFORMERS
24
 
25
- ARG PYTHON_VERSION=3.12
26
-
27
- # The PyPA get-pip.py script is a self contained script+zip file, that provides
28
- # both the installer script and the pip base85-encoded zip archive. This allows
29
- # bootstrapping pip in environment where a dsitribution package does not exist.
30
- #
31
- # By parameterizing the URL for get-pip.py installation script, we allow
32
- # third-party to use their own copy of the script stored in a private mirror.
33
- # We set the default value to the PyPA owned get-pip.py script.
34
- #
35
- # Reference: https://pip.pypa.io/en/stable/installation/#get-pip-py
36
- ARG GET_PIP_URL="https://bootstrap.pypa.io/get-pip.py"
37
-
38
  # Set environment variables to avoid interactive prompts
39
  ENV DEBIAN_FRONTEND=noninteractive
40
 
 
22
  # Choose XFORMERS that most stable for T4
23
  ENV VLLM_ATTENTION_BACKEND=XFORMERS
24
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
  # Set environment variables to avoid interactive prompts
26
  ENV DEBIAN_FRONTEND=noninteractive
27