enricorampazzo commited on
Commit
34ff89b
1 Parent(s): 936ef7c

Update Dockerfile

Browse files

added env variable for to specify it is running on hf

Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -1,6 +1,7 @@
1
  FROM python:3.10
2
  SHELL ["/bin/bash", "-c"]
3
  RUN python -m venv venv
 
4
  RUN source venv/bin/activate
5
  RUN ls -a
6
  RUN mkdir app
 
1
  FROM python:3.10
2
  SHELL ["/bin/bash", "-c"]
3
  RUN python -m venv venv
4
+ ENV env=hf
5
  RUN source venv/bin/activate
6
  RUN ls -a
7
  RUN mkdir app