Skip to content

Commit 736f6bb

Browse files
committed
Removed commented lines
1 parent 548c15f commit 736f6bb

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

dockerFiles/Dockerfile.nvidia.jdk21.ocl

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
## Adapted for GPULlama3.java v0.1.0-beta
33
FROM nvidia/opencl
44

5-
LABEL MAINTAINER Athanasios Stratikopoulos <[email protected]>
6-
75
# Base setup
86
RUN apt-get update -q && apt-get install -qy \
97
python3 build-essential vim git cmake maven openjdk-17-jdk python3-pip \
@@ -34,10 +32,6 @@ ENV CMAKE_ROOT /usr
3432
# Build TornadoVM and install its artifacts
3533
RUN ./bin/tornadovm-installer --jdk jdk21 --backend opencl --mvn_single_threaded
3634

37-
#COPY gpullama3-installer /gpullama3/GPULlama3.java
38-
#WORKDIR /gpullama3/GPULlama3.java
39-
#RUN ./gpullama3-installer
40-
4135
## Set environment variables from set_paths manually
4236
ENV JAVA_HOME=/gpullama3/GPULlama3.java/external/tornadovm/etc/dependencies/TornadoVM-jdk21/jdk-21.0.7/
4337
ENV PATH=/gpullama3/GPULlama3.java/external/tornadovm/bin/bin:/gpullama3/GPULlama3.java/bin:$PATH

dockerFiles/Dockerfile.nvidia.jdk21.ptx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
## Adapted for GPULlama3.java v0.1.0-beta
33
FROM nvidia/cuda:12.1.1-devel-ubuntu20.04
44

5-
LABEL MAINTAINER Athanasios Stratikopoulos <[email protected]>
6-
75
# Base setup
86
ENV DEBIAN_FRONTEND=noninteractive
97
ENV TZ=Etc/UTC
@@ -13,10 +11,6 @@ RUN apt-get update && apt-get install -y \
1311
build-essential git cmake maven openjdk-21-jdk python3-pip wget vim \
1412
&& rm -rf /var/lib/apt/lists/*
1513

16-
#RUN apt-get update -q && apt-get install -qy \
17-
# python3 build-essential vim git cmake maven openjdk-17-jdk python3-pip \
18-
# wget && rm -rf /var/lib/apt/lists/*
19-
2014
RUN python3 -m pip install wget
2115

2216
RUN ln -s /usr/bin/python3 /usr/bin/python

0 commit comments

Comments
 (0)