hiddenFront commited on
Commit
7037dd3
·
verified ·
1 Parent(s): df49cb6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -7,7 +7,6 @@ RUN apt-get update && apt-get install -y git
7
  WORKDIR /app
8
 
9
  # requirements 먼저 복사
10
- COPY requirements.txt .
11
 
12
  # requirements 설치 (kobert_tokenizer 제외)
13
  RUN pip install --no-cache-dir --upgrade pip \
@@ -16,7 +15,7 @@ RUN pip install --no-cache-dir --upgrade pip \
16
  uvicorn \
17
  torch==1.13.1 \
18
  transformers==3.0.2 \
19
- tokenizers==0.7.0 \
20
  sentencepiece \
21
  numpy==1.23.1 \
22
  protobuf==3.20.3 \
 
7
  WORKDIR /app
8
 
9
  # requirements 먼저 복사
 
10
 
11
  # requirements 설치 (kobert_tokenizer 제외)
12
  RUN pip install --no-cache-dir --upgrade pip \
 
15
  uvicorn \
16
  torch==1.13.1 \
17
  transformers==3.0.2 \
18
+ tokenizers==0.8.1rc1 \
19
  sentencepiece \
20
  numpy==1.23.1 \
21
  protobuf==3.20.3 \