Spaces:
Running
Running
MVPilgrim
commited on
Commit
·
22e0272
1
Parent(s):
4a5435b
8vcpu invalid instruction
Browse files- Dockerfile +0 -2
- startup.sh +0 -3
Dockerfile
CHANGED
@@ -6,8 +6,6 @@ FROM python:3.11.5
|
|
6 |
#FROM python:3.11-bookworm
|
7 |
|
8 |
RUN echo "\n\n############################################# Dockerfile ######################################\n\n"
|
9 |
-
RUN echo "### cat /proc/cpuinfo"
|
10 |
-
RUN cat /proc/cpuinfo
|
11 |
|
12 |
#ENTRYPOINT ["/app/startup.sh"]
|
13 |
#RUN apt-get update && \
|
|
|
6 |
#FROM python:3.11-bookworm
|
7 |
|
8 |
RUN echo "\n\n############################################# Dockerfile ######################################\n\n"
|
|
|
|
|
9 |
|
10 |
#ENTRYPOINT ["/app/startup.sh"]
|
11 |
#RUN apt-get update && \
|
startup.sh
CHANGED
@@ -1,8 +1,5 @@
|
|
1 |
#! /bin/bash
|
2 |
|
3 |
-
echo "### cat /proc/cpuinfo"
|
4 |
-
cat /proc/cpuinfo
|
5 |
-
|
6 |
#####################################
|
7 |
# Start text2vec-transformers and #
|
8 |
# Weaviate DB to run asynchronously #
|
|
|
1 |
#! /bin/bash
|
2 |
|
|
|
|
|
|
|
3 |
#####################################
|
4 |
# Start text2vec-transformers and #
|
5 |
# Weaviate DB to run asynchronously #
|