Skip to content

Commit 9abed57

Browse files
authored
Merge pull request #622 from RedisAI/ck-shrink-jetson
2 parents 19f7305 + c9b5762 commit 9abed57

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile.jetson

+2-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ ARG OS
8181
ARG L4T_VER
8282

8383
RUN if [ ! -z $(command -v apt-get) ]; then apt-get -qq update; apt-get -q install -y libgomp1; fi
84-
RUN if [ ! -z $(command -v yum) ]; then yum install -y libgomp; fi
84+
RUN if [ ! -z $(command -v yum) ]; then yum install -y libgomp; fi
8585

8686
ENV REDIS_MODULES /usr/lib/redis/modules
8787
RUN mkdir -p $REDIS_MODULES/
@@ -96,4 +96,5 @@ COPY --from=builder /build/bin/artifacts/ /var/opt/redislabs/artifacts
9696
WORKDIR /data
9797
EXPOSE 6379
9898
# CMD ["/usr/local/bin/redis-server", "/usr/local/etc/redis/redis.conf", "--loadmodule", "/usr/lib/redis/modules/redisai.so"]
99+
RUN rm -rf /root/.cache /usr/local/cuda/lib64/*.a /usr/local/cuda/doc /usr/local/cuda/samples
99100
CMD ["/usr/local/bin/redis-server", "--loadmodule", "/usr/lib/redis/modules/redisai.so"]

0 commit comments

Comments
 (0)