tieandrews commited on
Commit
ecff0e4
·
1 Parent(s): ad2ce19

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -48,7 +48,7 @@ RUN pip install pyarrow
48
  RUN mkdir -p ./inputs
49
 
50
  # set defualt env variables to sample files in the repo
51
- ENV ARTICLE_RELEVANCE_BATCH=apparticle-relevance-output.parquet
52
  ENV ENTITY_EXTRACTION_BATCH=entity-extraction-output.zip
53
 
54
  # instead of vlume mapping copy sample files to expected input folder in regular image
 
48
  RUN mkdir -p ./inputs
49
 
50
  # set defualt env variables to sample files in the repo
51
+ ENV ARTICLE_RELEVANCE_BATCH=article-relevance-output.parquet
52
  ENV ENTITY_EXTRACTION_BATCH=entity-extraction-output.zip
53
 
54
  # instead of vlume mapping copy sample files to expected input folder in regular image