HuggingFace0920 commited on
Commit
0afb479
·
verified ·
1 Parent(s): 15bc7fe

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -5
Dockerfile CHANGED
@@ -12,11 +12,6 @@ RUN apt-get update && \
12
  apt-get install -y wget tar python3 python3-pip && \
13
  rm -rf /var/lib/apt/lists/*
14
 
15
- ENV VIRTUAL_ENV=/opt/venv
16
- RUN python3 -m venv $VIRTUAL_ENV
17
- ENV PATH="$VIRTUAL_ENV/bin:$PATH"
18
- RUN pip install --no-cache-dir huggingface_hub
19
-
20
  # 设置工作目录
21
  WORKDIR /OpenList
22
 
 
12
  apt-get install -y wget tar python3 python3-pip && \
13
  rm -rf /var/lib/apt/lists/*
14
 
 
 
 
 
 
15
  # 设置工作目录
16
  WORKDIR /OpenList
17