Adi362 commited on
Commit
9f256ee
·
verified ·
1 Parent(s): 7dc12ff

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -2,7 +2,7 @@ FROM python:3.11-alpine
2
 
3
  WORKDIR /app
4
 
5
- RUN apk add --no-cache libstdc++
6
 
7
  COPY requirements.txt .
8
 
 
2
 
3
  WORKDIR /app
4
 
5
+ RUN apk add --no-cache libstdc++ libgomp
6
 
7
  COPY requirements.txt .
8