Skip to content

Commit

Permalink
Correct Dockerfile and requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
victorjourne committed Mar 30, 2021
1 parent 08f5a17 commit 366f70a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ovhcom/ai-training-pytorch:1.6.0
LABEL maintainer="datalab-mi"

COPY requirements.txt ./
RUN pip install -r -y --no-cache-dir requirements.txt
COPY requirements.txt requirements.txt
RUN pip install --no-cache-dir -r requirements.txt


2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ pandas>=1.2.0
requests>=2.21.0
pytest==5.1.1
transformers>=3.1.0,<5.0.0
sentence-transformers=1.0.3
sentence-transformers==1.0.3

0 comments on commit 366f70a

Please sign in to comment.