File tree Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change 2
2
## Adapted for GPULlama3.java v0.1.0-beta
3
3
FROM nvidia/opencl
4
4
5
- LABEL MAINTAINER Athanasios Stratikopoulos <
[email protected] >
6
-
7
5
# Base setup
8
6
RUN apt-get update -q && apt-get install -qy \
9
7
python3 build-essential vim git cmake maven openjdk-17-jdk python3-pip \
@@ -34,10 +32,6 @@ ENV CMAKE_ROOT /usr
34
32
# Build TornadoVM and install its artifacts
35
33
RUN ./bin/tornadovm-installer --jdk jdk21 --backend opencl --mvn_single_threaded
36
34
37
- #COPY gpullama3-installer /gpullama3/GPULlama3.java
38
- #WORKDIR /gpullama3/GPULlama3.java
39
- #RUN ./gpullama3-installer
40
-
41
35
## Set environment variables from set_paths manually
42
36
ENV JAVA_HOME=/gpullama3/GPULlama3.java/external/tornadovm/etc/dependencies/TornadoVM-jdk21/jdk-21.0.7/
43
37
ENV PATH=/gpullama3/GPULlama3.java/external/tornadovm/bin/bin:/gpullama3/GPULlama3.java/bin:$PATH
Original file line number Diff line number Diff line change 2
2
## Adapted for GPULlama3.java v0.1.0-beta
3
3
FROM nvidia/cuda:12.1.1-devel-ubuntu20.04
4
4
5
- LABEL MAINTAINER Athanasios Stratikopoulos <
[email protected] >
6
-
7
5
# Base setup
8
6
ENV DEBIAN_FRONTEND=noninteractive
9
7
ENV TZ=Etc/UTC
@@ -13,10 +11,6 @@ RUN apt-get update && apt-get install -y \
13
11
build-essential git cmake maven openjdk-21-jdk python3-pip wget vim \
14
12
&& rm -rf /var/lib/apt/lists/*
15
13
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
-
20
14
RUN python3 -m pip install wget
21
15
22
16
RUN ln -s /usr/bin/python3 /usr/bin/python
You can’t perform that action at this time.
0 commit comments