Skip to content

Commit

Permalink
chron: 普通镜像和带有nvidia驱动镜像分开
Browse files Browse the repository at this point in the history
  • Loading branch information
jamebal committed May 2, 2024
1 parent c675017 commit d1669b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/jmalcloud-nvidia/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ ARG VERSION

RUN mkdir -p /jmalcloud/files

ADD ../ip2region.xdb /jmalcloud/
ADD docker/ip2region.xdb /jmalcloud/

ADD ../../target/clouddisk-${VERSION}-exec.jar /usr/local/
ADD target/clouddisk-${VERSION}-exec.jar /usr/local/

VOLUME /jmalcloud/

Expand Down

0 comments on commit d1669b0

Please sign in to comment.