sudoshi

Results 10 comments of sudoshi

Is anyone going to pay attention to this issue? Bump.

Any/all ports that belong to a db or API. I had a hell of a time with cryptominers and other malware invading my docker environment on GCP. Specifically kdevtmpfsi (kinsing)...

Agreed. I think we should either enforce or strongly urge users to use strong passwords and non-standard ports if the ports are bound vs. exposed. For example, instead of postgres/mypass...

@alondhe - this is the part of docker-compose.yml that I modified from the original Broadsea docker compose yaml: ``` traefik: image: docker.io/library/traefik:v2.10.5 container_name: traefik restart: unless-stopped ipc: none read_only: true...

Below is a docker-compose.yml file to pull the latest versions of Apache Solr and Traefik, and start the two services together: `version: "3.9" services: solr: image: solr:latest container_name: solr restart:...

https://github.com/rocker-org/rocker Might be useful since these include the rstudio server and can integrate with LDAP

In short, here is how/when it fails: `237.9 Successfully built sentence_transformers wikipedia neo4j lit 238.8 Installing collected packages: sentencepiece, pytz, mpmath, lit, cmake, zipp, watchdog, validators, urllib3, tzlocal, tzdata, tqdm,...

I just tried on my Mac (Ventura 13.6) and it worked flawlessly on first run. Now the api refuse to come up no matter which model I chose: ![Screenshot 2023-11-30...

Same issue. Same platform. MacOS. Doesn't happen on my Ubuntu box.