Skip to content

Commit fe8c7c5

Browse files
Maksymilian Graczykmaksgraczyk
Maksymilian Graczyk
authored andcommitted
Dockerfile_CPU: Rename requirements_docker_cpu.txt
1 parent c7416e4 commit fe8c7c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile_CPU

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
FROM python:3
22
WORKDIR /usr/src/app
33
RUN pip install torch==1.6.0+cpu torchvision==0.7.0+cpu -f https://download.pytorch.org/whl/torch_stable.html
4-
COPY requirements_docker_cpu.txt joey/
5-
RUN pip install -r joey/requirements_docker_cpu.txt
4+
COPY requirements.txt joey/
5+
RUN pip install -r joey/requirements.txt
66
COPY . joey/
77
RUN pip install -e joey
8-
WORKDIR /usr/src/app/joey
8+
WORKDIR /usr/src/app/joey

0 commit comments

Comments
 (0)