avreymi commited on
Commit
8b626cd
·
1 Parent(s): 1c041ec

fix wikipedia

Browse files
Files changed (2) hide show
  1. Dockerfile +1 -1
  2. requirements.txt +2 -1
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM nvidia/cuda:11.7.1-base-ubuntu22.04
2
  RUN apt-get update -y && apt-get upgrade -y && apt-get install -y libgl1 libglib2.0-0 wget git git-lfs python3-pip python-is-python3 && rm -rf /var/lib/apt/lists/*
3
  WORKDIR /code
4
 
 
1
+ EFROM nvidia/cuda:11.7.1-base-ubuntu22.04
2
  RUN apt-get update -y && apt-get upgrade -y && apt-get install -y libgl1 libglib2.0-0 wget git git-lfs python3-pip python-is-python3 && rm -rf /var/lib/apt/lists/*
3
  WORKDIR /code
4
 
requirements.txt CHANGED
@@ -6,4 +6,5 @@ transformers==4.*
6
  streamlit-ace
7
  langchain
8
  openai
9
- accelerate
 
 
6
  streamlit-ace
7
  langchain
8
  openai
9
+ accelerate
10
+ wikipedia