mihirjadhav commited on
Commit
a86869b
·
verified ·
1 Parent(s): 224a139

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -2,7 +2,9 @@
2
  FROM python:3.9
3
 
4
  # Install essential compilers and build tools
5
- RUN apt-get update && apt-get install -y build-base g++ gcc gfortran
 
 
6
 
7
  WORKDIR /app
8
 
 
2
  FROM python:3.9
3
 
4
  # Install essential compilers and build tools
5
+ # RUN apt-get update && apt-get install -y build-base g++ gcc gfortran
6
+ RUN apt-get update && apt-get install -y build-essential g++ gcc gfortran
7
+
8
 
9
  WORKDIR /app
10