We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65e723f commit 1aca7ecCopy full SHA for 1aca7ec
python/docker/redis/Dockerfile
@@ -6,8 +6,8 @@ ENV COMPILE_GO=True
6
RUN curl https://storage.googleapis.com/golang/go1.16.2.linux-amd64.tar.gz -o go.tar.gz && \
7
tar -zxf go.tar.gz && \
8
rm -rf go.tar.gz && \
9
- mv go /go
10
-ENV GOPATH /go
+ mv go /tmp/go
+ENV GOPATH /tmp/go
11
ENV PATH $PATH:/go/bin:$GOPATH/bin
12
13
RUN pip3 install 'feast[redis]==0.19.4'
0 commit comments