Skip to content
This repository was archived by the owner on May 25, 2020. It is now read-only.

Commit 0d5cc34

Browse files
Dockerfile.gpu fix
1 parent 0a33a3a commit 0d5cc34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfiles/Dockerfile.gpu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN pip3 --no-cache-dir install -U pip
2222

2323
# setup cakechat and install dependencies
2424
RUN git clone https://github.com/lukalabs/cakechat.git /root/cakechat
25-
RUN pip3 --no-cache-dir install -r /root/cakechat/requirements.txt -r /root/cakechat/requirements-local.txt
25+
RUN pip3 --no-cache-dir install -r /root/cakechat/requirements.txt
2626
RUN mkdir -p /root/cakechat/data/tensorboard
2727

2828
WORKDIR /root/cakechat

0 commit comments

Comments
 (0)