Skip to content

Commit 366f70a

Browse files
committed
Correct Dockerfile and requirements
1 parent 08f5a17 commit 366f70a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM ovhcom/ai-training-pytorch:1.6.0
22
LABEL maintainer="datalab-mi"
33

4-
COPY requirements.txt ./
5-
RUN pip install -r -y --no-cache-dir requirements.txt
4+
COPY requirements.txt requirements.txt
5+
RUN pip install --no-cache-dir -r requirements.txt
66

77

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ pandas>=1.2.0
22
requests>=2.21.0
33
pytest==5.1.1
44
transformers>=3.1.0,<5.0.0
5-
sentence-transformers=1.0.3
5+
sentence-transformers==1.0.3

0 commit comments

Comments
 (0)