File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed
Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 99# or in the "LICENSE.txt" file accompanying this file. This file is distributed on an "AS IS"
1010# BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, express or implied. See the License for
1111# the specific language governing permissions and limitations under the License.
12- ARG version=12.8 .1-devel-ubuntu24.04
12+ ARG version=12.9 .1-devel-ubuntu24.04
1313FROM nvidia/cuda:$version
14- ARG cuda_version=cu128
14+ ARG cuda_version=cu129
1515ARG djl_version
1616ARG djl_serving_version
1717ARG python_version=3.12
@@ -61,7 +61,6 @@ ENV PATH="/opt/djl/bin:${PATH}"
6161ENTRYPOINT ["/usr/local/bin/dockerd-entrypoint.sh" ]
6262CMD ["serve" ]
6363
64- COPY cuda-compat /etc/apt/preferences.d/cuda-compat
6564COPY scripts scripts/
6665RUN chmod -R +x scripts
6766RUN mkdir -p /opt/djl/conf \
@@ -74,7 +73,7 @@ COPY config.properties /opt/djl/conf/config.properties
7473COPY partition /opt/djl/partition
7574COPY scripts/telemetry.sh /opt/djl/bin
7675
77- RUN apt-get update && apt-get install -yq libaio-dev libopenmpi-dev g++ unzip cuda-compat-12-8 \
76+ RUN apt-get update && apt-get install -yq libaio-dev libopenmpi-dev g++ unzip cuda-compat-12-9 \
7877 && scripts/install_openssh.sh \
7978 && scripts/install_python.sh ${python_version} \
8079 && scripts/install_s5cmd.sh x64 \
You can’t perform that action at this time.
0 commit comments