WebashalarForML commited on
Commit
6c3a48d
·
verified ·
1 Parent(s): 888fa0b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -25,10 +25,10 @@ RUN apt-get update && \
25
  libgl1-mesa-glx \
26
  libsm6 \
27
  libxrender1 \
28
- libglib2.0-0 \ <-- THIS LINE MUST BE PRESENT
29
- && \
30
  rm -rf /var/lib/apt/lists/*
31
 
 
32
  # Set LLVM_CONFIG environment variable *before* installing numba/llvmlite
33
  # Use the version that apt-get install llvm provides (likely llvm-config-14 for Bookworm)
34
  ENV LLVM_CONFIG=/usr/bin/llvm-config-14
 
25
  libgl1-mesa-glx \
26
  libsm6 \
27
  libxrender1 \
28
+ libglib2.0-0 && \
 
29
  rm -rf /var/lib/apt/lists/*
30
 
31
+
32
  # Set LLVM_CONFIG environment variable *before* installing numba/llvmlite
33
  # Use the version that apt-get install llvm provides (likely llvm-config-14 for Bookworm)
34
  ENV LLVM_CONFIG=/usr/bin/llvm-config-14