mr / Dockerfile

Commit History

modified transformers_cache because inaccessible on HF
95a07fb

JPBianchi commited on

fixed call to main_reflex with uvicorn
747f388

JPBianchi commited on

using .cache for TRANSFORMERS_CACHE
24f6e72

JPBianchi commited on

created nltk_cache
a1cedd7

JPBianchi commited on

added nltk_data creation
e77c4bd

JPBianchi commited on

trying to fix the /.cache issue
b88503a

JPBianchi commited on

fix Permission denied to /.cache
0415073

JPBianchi commited on

creating data, assests/data in dockerfile
c57504d

JPBianchi commited on

error in dockerfile
689bfe4

JPBianchi commited on

added loading a few basic apps in dockerfil
09b3b7b

JPBianchi commited on

added guardrails
0c25239

JPBianchi commited on

forgot to copy reqs
8d3cc9f

JPBianchi commited on

loading reflex, but no site, to avoid removing imports
02e58b8

JPBianchi commited on

fixed reqs path in docker
12fff34

JPBianchi commited on

we start from . now
04c92e3

JPBianchi commited on

endpoint only, no UI
ae92cb7

JPBianchi commited on

instructions & tests
809d184

JPBianchi commited on

setting cache to nltk_cache
88ae985

JPBianchi commited on

specified new cache, writable for model download
ac6e6cc

JPBianchi commited on

making secrets avail in dockerfile
439aec6

JPBianchi commited on

chmod site-packages to try to fix nltk download stopwords runtime error
cd03528

JPBianchi commited on

run nltk import stopwords in dockerfile to prevent runtime error
e850c75

JPBianchi commited on