sachin
commited on
Commit
·
33f858d
1
Parent(s):
b244021
update path
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -21,7 +21,7 @@ COPY requirements.txt .
|
|
21 |
#RUN pip install --no-cache-dir torch==2.6.0 torchvision
|
22 |
#RUN pip install --no-cache-dir transformers
|
23 |
RUN pip install --no-cache-dir -r requirements.txt
|
24 |
-
RUN pip install git+https://github.com/ai4bharat/IndicF5.git
|
25 |
|
26 |
COPY . .
|
27 |
|
|
|
21 |
#RUN pip install --no-cache-dir torch==2.6.0 torchvision
|
22 |
#RUN pip install --no-cache-dir transformers
|
23 |
RUN pip install --no-cache-dir -r requirements.txt
|
24 |
+
#RUN pip install git+https://github.com/ai4bharat/IndicF5.git
|
25 |
|
26 |
COPY . .
|
27 |
|