mihirjadhav commited on
Commit
b13146d
·
verified ·
1 Parent(s): 7f9ffc6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -3,6 +3,7 @@ FROM python:3.9
3
 
4
  # Set the cache location
5
  ENV TRANSFORMERS_CACHE /app/.cache
 
6
 
7
  # Install essential compilers and build tools
8
  RUN apt-get update && apt-get install -y build-essential g++ gcc gfortran
 
3
 
4
  # Set the cache location
5
  ENV TRANSFORMERS_CACHE /app/.cache
6
+ RUN mkdir -p /app/.cache
7
 
8
  # Install essential compilers and build tools
9
  RUN apt-get update && apt-get install -y build-essential g++ gcc gfortran